Skip to content

Commit 07f7515

Browse files
committed
Fix CI builds
1 parent da903bb commit 07f7515

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ jobs:
44
build:
55
runs-on: macOS-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- name: Set up JDK 8
9-
uses: actions/setup-java@v3
9+
uses: actions/setup-java@v4
1010
with:
1111
java-version: '8'
12-
distribution: 'temurin'
12+
distribution: 'liberica'
1313
cache: 'maven'
1414
- name: Build with Maven
1515
run: mvn -V -B package

0 commit comments

Comments
 (0)