Skip to content

Commit

Permalink
update github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
icuxika committed Dec 8, 2023
1 parent 36a04f5 commit 56be5ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-app:
strategy:
matrix:
os: [ macos-10.15 ]
os: [ macos-12 ]
name: Build the application
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21-ea
java-version: 21

- name: chmod gradlew
run: chmod +x ./gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21-ea
java-version: 21

- name: chmod gradlew
run: chmod +x ./gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21-ea
java-version: 21

- run: $Env:Path += ";C:\Program Files (x86)\WiX Toolset v3.11\bin"

Expand Down

0 comments on commit 56be5ec

Please sign in to comment.