Skip to content

Commit 733940e

Browse files
committed
Change GH to macos-latest
macos-13 is deprecated.
1 parent 42db37b commit 733940e

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-13, windows-latest ]
42+
os: [ ubuntu-latest, macos-latest, 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-13, windows-latest ]
38+
os: [ ubuntu-latest, macos-latest, windows-latest ]
3939
java: [ 8, 11, 17 ]
4040

4141
steps:

0 commit comments

Comments
 (0)