From cb7d01dcf381171feda2ef373f7af74fc3732d6b Mon Sep 17 00:00:00 2001 From: Hyunseok Seo Date: Tue, 18 Jun 2024 00:40:49 +0900 Subject: [PATCH] update jobs to support ARM64-based macOS for java and js --- .github/workflows/java.yml | 4 ++-- .github/workflows/js.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index e31f7a4fc4d27..27094033a5355 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -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: diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index e03d0c2dadce0..32dde421a9a4f 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -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: