Skip to content

Commit

Permalink
Use macos-11 image until macos-latest has xcode >= 14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <[email protected]>
  • Loading branch information
quantumsteve committed Nov 21, 2022
1 parent db00ae7 commit 8a33fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
fail_ci_if_error: true # optional (default = false)

macos:
runs-on: macos-latest
runs-on: macos-11
env:
GH_JOBNAME: ${{ matrix.jobname }}
GH_OS: macOS
Expand Down

0 comments on commit 8a33fa9

Please sign in to comment.