Skip to content

Commit

Permalink
CI: pin macos job to macos-13 to get x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 31, 2024
1 parent 70e6263 commit a9fc407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
OPJ_NONCOMMERCIAL: 1

macos:
runs-on: macos-latest
runs-on: macos-13
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
Expand Down

0 comments on commit a9fc407

Please sign in to comment.