Skip to content

Commit

Permalink
Github Workflow: deprecate ubuntu 20.04
Browse files Browse the repository at this point in the history
  Ubuntu 20.04 only supports qt 5.12, deprecate the runner now that
  qt 5.15 is the new minimumally support version
  • Loading branch information
jhoyt4 committed Mar 2, 2024
1 parent 5df20a7 commit 349373d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/buildmaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: build
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-12', 'macos-13', 'macos-14']
os: ['ubuntu-22.04', 'macos-12', 'macos-13', 'macos-14']
arch: ['x86_64', 'arm64']
cc: ['gcc', 'clang']
include:
Expand All @@ -22,8 +22,6 @@ jobs:
- cc: 'clang'
cxx: 'clang++'
exclude:
- os: 'ubuntu-20.04'
arch: 'arm64'
- os: 'ubuntu-22.04'
arch: 'arm64'
- os: 'macos-12'
Expand Down

0 comments on commit 349373d

Please sign in to comment.