Skip to content

Commit

Permalink
Try macos-15, and gcc-14 on macos runners
Browse files Browse the repository at this point in the history
Because GitHub is about to deprecate macos-12, and macos-15 is
about to leave beta.

See actions/runner-images#10721
  • Loading branch information
pcolby committed Oct 4, 2024
1 parent 3c5d461 commit 40d1901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ jobs:
- 6.6.3
- 6.7.3
- 6.8.0
os: [ 'macos-12', 'macos-13', 'macos-14' ]
os: [ 'macos-13', 'macos-14', 'macos-15' ]
env:
- { cc: clang, cxx: clang++, coverage: false }
- { cc: gcc-12, cxx: g++-12, coverage: false }
- { cc: gcc-12, cxx: g++-12, coverage: true }
- { cc: gcc-14, cxx: g++-14, coverage: false }
- { cc: gcc-14, cxx: g++-14, coverage: true }
exclude:
# Exclude Qt 5.x with GCC on macOS 13 (Qt5 only officially supports up to macOS 12).
- { qt: '5.9.9', os: 'macos-13', env: { cc: gcc-12 } }
Expand Down

0 comments on commit 40d1901

Please sign in to comment.