Skip to content

Commit

Permalink
build: pin MacOS build to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
LightAndLight committed Sep 27, 2024
1 parent b1e017e commit f51cc85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ipso-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ jobs:
path: ipso-linux-x86_64

build-macos:
runs-on: macos-latest
# `macos-13` is the last CI runner that defaults to `x86_64`. Newer versions, including `macos-latest`, now use `aarch64`.
#
# See: https://github.com/actions/runner-images/issues/9741
runs-on: macos-13
env:
POST_BUILD_HOOK: ".github/workflows/postBuildHookMacos"
UPLOAD_TO_CACHE: ".github/workflows/uploadToCacheMacos"
Expand Down

0 comments on commit f51cc85

Please sign in to comment.