Skip to content

Commit

Permalink
trying to use default architecture for java setup so things might wor…
Browse files Browse the repository at this point in the history
…k better when build is targeting mac OS
  • Loading branch information
m0rkeulv committed Apr 26, 2024
1 parent 37ec417 commit 8b6c5e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:
with:
distribution: 'zulu'
java-version: 17
architecture: x64

- name: Set up Haxe
uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.3.0
haxe-version: 4.3.4

- name: Test haxe
run: haxe -version
Expand Down

0 comments on commit 8b6c5e0

Please sign in to comment.