Skip to content

Commit

Permalink
CI: bump MacOS image to macos-12
Browse files Browse the repository at this point in the history
The image is deprecated and we just suffered a brownout, upgrade before
we *have* to do so.
  • Loading branch information
Morwenn committed Jun 19, 2024
1 parent 9d9b851 commit 018f0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ on:

jobs:
build:
runs-on: macos-11
runs-on: macos-12

strategy:
fail-fast: false
matrix:
cxx:
- g++-10
- g++-11
- clang++
config:
# Release build
Expand Down

0 comments on commit 018f0ab

Please sign in to comment.