Skip to content

Commit 7a59d1f

Browse files
authored
Update java version in ci.yml
1 parent 747f493 commit 7a59d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: macos-13-xlarge
88
steps:
99
- uses: actions/checkout@v4
10-
- name: Set up JDK 11
10+
- name: Set up JDK 17
1111
uses: actions/setup-java@v3
1212
with:
1313
distribution: 'temurin'
14-
java-version: '11'
14+
java-version: '17'
1515

1616
- name: Set up Ruby
1717
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)