Skip to content

Commit 5e538fb

Browse files
committed
Remove windows-11-arm until there is a preinstalled native JDK 21 on that image
* See #14 (comment)
1 parent 369d0d5 commit 5e538fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14, windows-2019, windows-11-arm ]
80+
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14, windows-2019 ]
8181
runs-on: ${{ matrix.os }}
8282
outputs:
8383
commit: ${{ steps.latest_commit.outputs.commit }}

0 commit comments

Comments
 (0)