Skip to content

Commit 7ec9961

Browse files
authored
Merge pull request #805 from quickfix-j/chrjohn-macos-jdk8
Use MacOS 13 for now for Java CI
2 parents 3366b36 + eba530d commit 7ec9961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macOS-latest]
16+
os: [ubuntu-latest, macOS-13]
1717
java: [8, 11, 17]
1818
fail-fast: false
1919
max-parallel: 4

0 commit comments

Comments
 (0)