Skip to content

Commit

Permalink
Use macos-14 arm64 runner instead of SSC self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Apr 24, 2024
1 parent 2efa243 commit 17b218d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ jobs:
arch: "x86"
use_qemu: false
skip: ""
- os: macos-latest
- os: macos-13
arch: "x86_64"
use_qemu: false
skip: ""
# SSC self-hosted mac arm64 runner
- os: macos-arm64-ssc
- os: macos-14
arch: "arm64"
use_qemu: false
skip: ""
Expand Down

0 comments on commit 17b218d

Please sign in to comment.