Skip to content

Commit 5171c4a

Browse files
authored
Merge pull request #55 from quickfix-j/chrjohn-macos-jdk
Update macOS and JDK distribution for CI job
2 parents 0d33df9 + 735d650 commit 5171c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
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-13, windows-latest]
16+
os: [ubuntu-latest, macOS-14, windows-latest]
1717
java: [8, 11, 17]
1818
fail-fast: false
1919
max-parallel: 4
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK
2525
uses: actions/setup-java@v5
2626
with:
27-
distribution: 'temurin'
27+
distribution: 'corretto'
2828
java-version: ${{ matrix.java }}
2929
- name: Test with Maven
3030
env:

0 commit comments

Comments
 (0)