Skip to content

Commit

Permalink
Use older JDK, and turns out it was our runner causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Jun 6, 2024
1 parent 61f442f commit 7ed038c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- os: ubuntu-22.04
name: Linux
nuke_invoke: ./build.sh
- os: windows-2022
- os: windows-latest # runner is not setup for android yet
name: Windows
nuke_invoke: ./build.cmd BuildLibSilkDroid
- os: macos-14
Expand Down Expand Up @@ -53,11 +53,11 @@ jobs:
continue-on-error: true
if: runner.os == 'Windows'
run: dotnet tool install --global PowerShell
- name: Setup Java JDK 21
- name: Setup Java JDK 11
uses: actions/[email protected]
if: runner.os == 'Windows'
with:
java-version: 21
java-version: 11
distribution: "temurin"
- name: Set PATH
if: runner.os == 'Windows'
Expand Down

0 comments on commit 7ed038c

Please sign in to comment.