Skip to content

Commit

Permalink
GitHub now maps macos-latest to arm64 machines :(.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed May 7, 2024
1 parent 9c9ca36 commit cb7c62f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/actions/nerdctl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ runs:
steps:
- run: brew install lima
shell: bash
# XXX: this requires nested virtualization, so no arm?
# https://github.com/actions/runner-images/issues/9460
- run: limactl start default
shell: bash
- run: echo "ENV_DOCKER=nerdctl.lima" >>"${GITHUB_ENV}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

build-mac-srv:
needs: [cache-submodule]
runs-on: macos-latest
runs-on: macos-13

if: ${{ false }} # XXX: Hypervisor.framework
steps:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:

build-win-srv:
needs: [cache-submodule]
runs-on: macos-latest
runs-on: macos-13

if: ${{ false }} # XXX: use Hyper-V
steps:
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:

build-lnx-mac:
needs: [cache-submodule]
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cb7c62f

Please sign in to comment.