Skip to content

Commit

Permalink
Use GHA M1 runners for ARM64 macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Jan 31, 2024
1 parent d123498 commit b716b33
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,16 @@ jobs:
build: ""
artifact_suffix: "windows_x86"
use_qemu: false
- os: macos-11
arch: "x86_64 universal2 arm64"
- os: macos-12
arch: "x86_64"
build: ""
artifact_suffix: "macos"
artifact_suffix: "macos_x86_64"
use_qemu: false
- os: macos-14
arch: "arm64 universal2"
build: ""
artifact_suffix: "macos_arm64"
use_qemu: false


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

0 comments on commit b716b33

Please sign in to comment.