Skip to content

Commit

Permalink
Try Warpbuild for Mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Jan 31, 2024
1 parent 4366fd5 commit b04eb6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-environments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
build-mac:
# Our build process requires an M1 Mac; it won't work on an Intel Mac.
runs-on: macos-latest-xlarge
runs-on: warp-macos-13-arm64-6x
strategy:
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tmbasic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:

build-tmbasic-mac:
# Our build process requires an M1 Mac; it won't work on an Intel Mac.
runs-on: macos-latest-xlarge
runs-on: warp-macos-13-arm64-6x
strategy:
matrix:
include:
Expand Down

0 comments on commit b04eb6d

Please sign in to comment.