Skip to content

Commit 4bd424c

Browse files
authored
Merge pull request #1082 from quickfix-j/chrjohn-macos14
Update macOS and JDK distribution for CI job
2 parents 1d942ca + 35bfd91 commit 4bd424c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macOS-13]
14+
os: [ubuntu-latest, macOS-14]
1515
java: [8, 11, 21]
1616
fail-fast: false
1717
max-parallel: 4
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up JDK
2323
uses: actions/setup-java@v5
2424
with:
25-
distribution: 'temurin'
25+
distribution: 'corretto'
2626
java-version: ${{ matrix.java }}
2727
cache: 'maven'
2828
- name: Test with Maven
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Windows JDK
5050
uses: actions/setup-java@v5
5151
with:
52-
distribution: 'temurin'
52+
distribution: 'corretto'
5353
java-version: ${{ matrix.java }}
5454
cache: 'maven'
5555
- name: Test with Maven on Windows

0 commit comments

Comments
 (0)