Skip to content

Commit

Permalink
Merge pull request #101 from ssciwr/use_gha_macos_arm64_runner
Browse files Browse the repository at this point in the history
Use macos-14 arm64 runner instead of SSC self-hosted runner
  • Loading branch information
lkeegan authored May 6, 2024
2 parents 2efa243 + 17b218d commit f9a7bfd
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 f9a7bfd

Please sign in to comment.