Skip to content

Commit

Permalink
update jobs to support ARM64-based macOS for java and js
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Jun 17, 2024
1 parent b068979 commit cb7d01d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
run: archery docker push ${{ matrix.image }}

macos:
name: AMD64 macOS 11 Java JDK ${{ matrix.jdk }}
runs-on: macos-latest
name: AMD64 macOS 12 Java JDK ${{ matrix.jdk }}
runs-on: macos-12
if: github.event_name == 'push'
timeout-minutes: 30
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
run: archery docker push debian-js

macos:
name: AMD64 macOS 11 NodeJS ${{ matrix.node }}
runs-on: macos-latest
name: AMD64 macOS 12 NodeJS ${{ matrix.node }}
runs-on: macos-12
if: github.event_name == 'push'
timeout-minutes: 90
strategy:
Expand Down

0 comments on commit cb7d01d

Please sign in to comment.