Skip to content

Commit

Permalink
[editor only] try to force macOS to aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Oct 8, 2024
1 parent 637662b commit d0dd88f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,15 @@ jobs:
runs-on: macOS-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Eclipse Temurin OpenJDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
architecture: aarch64
- name: Add build info
env:
WORKFLOW_RUN: ${{ github.run_number }}
Expand Down

0 comments on commit d0dd88f

Please sign in to comment.