Skip to content

Commit 41d5f7b

Browse files
Add fail fast
1 parent f890881 commit 41d5f7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Temurin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
buildonv4:
88
runs-on: ${{ matrix.os}}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
os: ['ubuntu-22.04','windows-latest','macos-13','macos-latest','ubuntu-24.04','ubuntu-22.04-arm','windows-11-arm']
1213
jdk: ['11','17','21']
@@ -22,6 +23,7 @@ jobs:
2223
buildonv5:
2324
runs-on: ${{ matrix.os}}
2425
strategy:
26+
fail-fast: false
2527
matrix:
2628
os: ['ubuntu-22.04','windows-latest','macos-13','macos-latest','ubuntu-24.04','ubuntu-22.04-arm','windows-11-arm']
2729
jdk: ['11','17','21']

0 commit comments

Comments
 (0)