Skip to content

Commit

Permalink
chore: use macos-latest-large for builds on macOS Intel
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Jul 4, 2024
1 parent 1c05c7a commit af460cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest, macos-14 ]
os: [ ubuntu-latest, macOS-latest, macos-latest-large ]
runs-on: ${{ matrix.os }}
steps:
- name: 'Check out repository'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest, macos-14 ]
os: [ ubuntu-latest, macOS-latest, macos-latest-large ]
runs-on: ${{ matrix.os }}
steps:
- name: 'Check out repository'
Expand Down

0 comments on commit af460cb

Please sign in to comment.