Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki committed Mar 14, 2024
1 parent 165ea4a commit 1460ff6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: Build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
# macos-xlarge for ARM64
runon: [ubuntu-latest, macos-13-xlarge]
runs-on: ${{ matrix.runon }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1460ff6

Please sign in to comment.