Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 2dc471d

Browse files
build: use non-arm OS
1 parent 65ac0c2 commit 2dc471d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ macOS-15, ubuntu-22.04, windows-2022 ]
14+
os: [ macos-15-intel, ubuntu-22.04, windows-2022 ]
1515
java: [ 11, 17 ]
1616
runs-on: ${{ matrix.os }}
1717
steps:
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
os: [ macOS-15, ubuntu-22.04, windows-2022 ]
40+
os: [ macos-15-intel, ubuntu-22.04, windows-2022 ]
4141
runs-on: ${{ matrix.os }}
4242
steps:
4343
- run: git config --global core.longpaths true

0 commit comments

Comments
 (0)