Skip to content

Commit 02638d9

Browse files
Simplify OS matrix in temurin.yml
Reduced the OS matrix to only include 'testtemurin' for both jobs.
1 parent 44fd516 commit 02638d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/temurin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: ['ubuntu-22.04','windows-latest','macos-13','macos-latest','ubuntu-24.04','ubuntu-22.04-arm','testtemurin']
12+
os: ['testtemurin']
1313
jdk: ['11','17','21']
1414
steps:
1515
- name: Setup Checkout
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
os: ['ubuntu-22.04','windows-latest','macos-13','macos-latest','ubuntu-24.04','ubuntu-22.04-arm','testtemurin']
28+
os: ['testtemurin']
2929
jdk: ['11','17','21']
3030
steps:
3131
- name: Setup Checkout

0 commit comments

Comments
 (0)