mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-22 23:36:36 +08:00
Change to corretto
This commit is contained in:
parent
a45b16d0ab
commit
a7cf94c435
2
.github/workflows/build-macosx-amd64.yml
vendored
2
.github/workflows/build-macosx-amd64.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'temurin'
|
||||
distribution: 'corretto'
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10.11'
|
||||
|
2
.github/workflows/build-macosx-arm64.yml
vendored
2
.github/workflows/build-macosx-arm64.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'temurin'
|
||||
distribution: 'corretto'
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10.11'
|
||||
|
Loading…
Reference in New Issue
Block a user