Skip to content

Commit

Permalink
Back to env var, jdk21 for now not supported on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eschmar committed Oct 6, 2023
1 parent 86ffddc commit 5b1ced2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

name: Build macOS .dmg

env:
DEVELOPER_DIR: /Applications/Xcode_13.app/Contents/Developer

on:
push:
branches: [ master ]
Expand All @@ -12,9 +15,6 @@ jobs:
runs-on: macos-latest

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v3
- name: Set Up OpenJDK 20
uses: actions/setup-java@v3
Expand Down

0 comments on commit 5b1ced2

Please sign in to comment.