Skip to content

Commit 9c31434

Browse files
committed
Switch GH build to macos-13 to support java 8
1 parent e195ee2 commit 9c31434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

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

4444
steps:

.github/workflows/maven_legacy.yml

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

4040
steps:

0 commit comments

Comments
 (0)