From 686a647235bf0e0bdd222612ae059dd12853ba4d Mon Sep 17 00:00:00 2001 From: Abhinay Agarwal Date: Thu, 14 Mar 2024 14:03:05 +0530 Subject: [PATCH] build: replace self-hosted runner with default m1 runners --- .github/workflows/bundles-mac_aarch64.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/bundles-mac_aarch64.yml b/.github/workflows/bundles-mac_aarch64.yml index 631c85649..e6fde0b95 100644 --- a/.github/workflows/bundles-mac_aarch64.yml +++ b/.github/workflows/bundles-mac_aarch64.yml @@ -37,9 +37,7 @@ on: jobs: build: name: macOS on M1 - runs-on: [macOS, ARM64] - env: - KEYCHAIN: job-${{ github.job }}-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }} + runs-on: macos-14 steps: - uses: actions/checkout@v2 @@ -57,7 +55,6 @@ jobs: - name: Setup JavaFX run: | - rm -rf /tmp/javafx-jmods-${{ inputs.javafx-version }} wget -P /tmp https://download2.gluonhq.com/openjfx/${{ inputs.javafx-version }}/openjfx-${{ inputs.javafx-version }}_osx-aarch64_bin-jmods.zip unzip /tmp/openjfx-${{ inputs.javafx-version }}_osx-aarch64_bin-jmods.zip -d /tmp