Skip to content

Commit

Permalink
Switch to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Oct 8, 2024
1 parent 9e6d9cb commit 93afb12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: adopt
java-version: "8"
java-version: "11"
- name: Configure CMake
run: cmake -T ClangCL .
- name: Build
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: adopt
java-version: "8"
java-version: "11"
- name: Configure CMake
run: cmake .
- name: Build
Expand All @@ -66,15 +66,15 @@ jobs:
- build-linux
- build-windows
- build-mac
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-java@v3
with:
distribution: adopt
java-version: "8"
java-version: "11"
- name: Configure CMake
run: cmake -DCMAKE_OSX_ARCHITECTURES="arm64" .
- name: Build
Expand Down

0 comments on commit 93afb12

Please sign in to comment.