Skip to content

Commit b72c2ff

Browse files
committed
fix(build): use macos-latest-xlarge
1 parent 7275843 commit b72c2ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: true
2626
matrix:
27-
os: [ ubuntu-latest, macOS-latest, windows-latest ]
27+
os: [ ubuntu-latest, macos-latest-xlarge, windows-latest ]
2828
setup: [ graalvm ]
2929
include:
3030
- os: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
fail-fast: true
9191
matrix:
92-
os: [ ubuntu-latest, macOS-latest, windows-latest ]
92+
os: [ ubuntu-latest, macos-latest-xlarge, windows-latest ]
9393
setup: [ graalvm ]
9494
include:
9595
- os: ubuntu-latest

0 commit comments

Comments
 (0)