diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2024-05-31 17:55:19 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2024-05-31 17:55:19 +0200 |
| commit | a9fc407c0c1a000adac70e7f13e05190e18bd89b (patch) | |
| tree | c517d9013bfa9f7574a695d1056088fd8f3d08d5 /.github | |
| parent | 70e6263705334f854a27340e34ede11a767918ed (diff) | |
CI: pin macos job to macos-13 to get x86_64
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b65d3d6d..4df23572 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
