Skip to content

Commit 0aff5c4

Browse files
authored
Update macosci.yml
1 parent 80e1ca7 commit 0aff5c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macosci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up JDK
1515
uses: actions/setup-java@v1
1616
with:
17-
java-version: 11
17+
java-version: 17
1818
- name: Cache Maven packages
1919
uses: actions/cache@v4
2020
with:
@@ -26,4 +26,4 @@ jobs:
2626
- name: Build
2727
run: dotnet build --configuration Release
2828
- name: Test
29-
run: dotnet test --configuration Release
29+
run: dotnet test --configuration Release

0 commit comments

Comments
 (0)