Skip to content

Commit

Permalink
ga: pin to macos-10.15 instead of -latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 27, 2021
1 parent 647dc12 commit d64de8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,13 @@ jobs:
run: ctest -C test/build ---output-on-failure

macos:
runs-on: macos-latest
runs-on: macos-10.15
strategy:
matrix:
# https://www.jessesquires.com/blog/2020/01/06/selecting-an-xcode-version-on-github-ci/
# https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md#xcode
xcode: ["11.3.1", "11.7", "12.3"]
# xcode: ["11.7", "12.4", "12.5.1"] # for macos-11
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app
steps:
Expand Down

0 comments on commit d64de8c

Please sign in to comment.