Skip to content

Commit

Permalink
macos-11 is no longer available on GITHUB, so switch to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Jun 30, 2024
1 parent 7037c4e commit c9b34b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
ERROR_ON_FAILURES: 1
jobs:
xcode:
runs-on: macos-11
runs-on: macos-12
defaults:
run:
shell: bash
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
fi
timeout-minutes: 30
clang:
runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
symbols:
Expand Down

0 comments on commit c9b34b1

Please sign in to comment.