Skip to content

Commit ae4b54b

Browse files
committed
github: update macos env in Actions
1 parent 2bc20b8 commit ae4b54b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ jobs:
4646
runs-on: macos-latest
4747

4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v4
5050
with:
5151
submodules: true
5252

53-
- name: Set up JDK
54-
uses: actions/setup-java@v1
53+
- name: Set up JDK 17
54+
uses: actions/setup-java@v4
5555
with:
56-
java-version: 17
56+
distribution: temurin
57+
java-version: '17'
5758

5859
- name: brew
5960
run: brew install dtc

0 commit comments

Comments
 (0)