Skip to content

Commit

Permalink
fix workflows (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Sep 6, 2024
1 parent 1163cf0 commit 5a59880
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'

- name: Install libraries
run: |
sudo apt-get update
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/macos-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:

- name: Setup Gluon's GraalVM
uses: gluonhq/setup-graalvm@master
env:
with:
arch: 'aarch64'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Developer ID Application certificate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5a59880

Please sign in to comment.