We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9622f commit f797e68Copy full SHA for f797e68
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
fail-fast: false
37
matrix:
38
jdk: [21]
39
- platform: [ubuntu-latest, windows-latest]
+ platform: [ ubuntu-24.04-arm, ubuntu-24.04, windows-latest ]
40
runs-on: ${{ matrix.platform }}
41
42
steps:
0 commit comments