Skip to content

Commit

Permalink
Use M1 for native image creation
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBrand committed Oct 10, 2023
1 parent ba43d62 commit 846939e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/native_multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest-xlarge, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3

- uses: graalvm/setup-graalvm@v1
with:
version: '22.3.0'
version: '23.0.1'
java-version: '17'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -25,4 +25,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: mqtt-cli-${{ matrix.os }}
path: build/native/nativeCompile/mqtt-cli*
path: build/native/nativeCompile/mqtt-cli*

0 comments on commit 846939e

Please sign in to comment.