Skip to content

Commit

Permalink
Use latest macOS for CI
Browse files Browse the repository at this point in the history
- maOS 12 support will soon be removed
  • Loading branch information
mrbean-bremen committed Oct 21, 2024
1 parent 7a8a2fe commit 8e5581b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,12 @@ jobs:
strategy:
fail-fast: false
matrix:
macos-version: ['12']
macos-version: ['latest']
python-version: ['3.9']
qt-version: ['5.9.*']
configuration: ['release','debug']
include:
- macos-version: '12'
- macos-version: 'latest'
python-version: '3.11'
qt-version: '5.12.*'
configuration: 'debug'
Expand Down

0 comments on commit 8e5581b

Please sign in to comment.