Skip to content

Commit

Permalink
refactor(ci): use macos-14 for native arm speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 12, 2024
1 parent 02adc7f commit 77ea604
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,12 @@ jobs:
path: build/Release

build-arm64:
runs-on: ubuntu-latest
runs-on: macos-14

steps:
- name: 📥 Checkout
uses: actions/checkout@v4

- name: 🤖 Setup Qemu
uses: docker/setup-qemu-action@v3
with:
platforms: "arm64"

- name: 🦥 Cache Dependencies
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 77ea604

Please sign in to comment.