Skip to content

Commit 34d66f7

Browse files
committed
Revert "Change GH to macos-latest"
This reverts commit 733940e. macos-13 is required for Java 8.
1 parent 1f230d2 commit 34d66f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
max-parallel: 20
4040
fail-fast: false # Run all the versions, but show overall status as failed if one fails
4141
matrix:
42-
os: [ ubuntu-latest, macos-latest, windows-latest ]
42+
os: [ ubuntu-latest, macos-13, windows-latest ]
4343
java: [ 8, 11, 17 ]
4444

4545
steps:

.github/workflows/maven_legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
max-parallel: 20
3636
fail-fast: false # Run all the versions, but show overall status as failed if one fails
3737
matrix:
38-
os: [ ubuntu-latest, macos-latest, windows-latest ]
38+
os: [ ubuntu-latest, macos-13, windows-latest ]
3939
java: [ 8, 11, 17 ]
4040

4141
steps:

0 commit comments

Comments
 (0)