Skip to content

Commit

Permalink
Switch MacOS image to macos-12 in Github Actions
Browse files Browse the repository at this point in the history
Also updated GCC version to GCC-11, which is packaged in the
runner image.
  • Loading branch information
horenmar committed Aug 3, 2022
1 parent 997a7d4 commit a118799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [push, pull_request]

jobs:
build:
runs-on: macos-10.15
runs-on: macos-12
strategy:
matrix:
cxx:
- g++-9
- g++-11
- clang++
build_type: [Debug, Release]
std: [14, 17]
Expand Down

0 comments on commit a118799

Please sign in to comment.