Skip to content

Commit

Permalink
macos-11 is no longer available on GITHUB, so switch to macos-12/maco…
Browse files Browse the repository at this point in the history
…s-14
  • Loading branch information
jan.nijtmans committed Jun 30, 2024
2 parents ac7ce95 + c9b34b1 commit 0701f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-14
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-14
strategy:
matrix:
symbols:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onefiledist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
working-directory: ${{ env.INST_DIR }}
macos:
name: macOS
runs-on: macos-11
runs-on: macos-12
defaults:
run:
shell: bash
Expand Down

0 comments on commit 0701f0c

Please sign in to comment.