Skip to content

Commit a951fd3

Browse files
build: replace self-hosted macos-14 runner with github runner (gluonhq#682)
1 parent 16e0503 commit a951fd3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/bundles-mac_aarch64.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ on:
3737
jobs:
3838
build:
3939
name: macOS on M1
40-
runs-on: [macOS, ARM64]
41-
env:
42-
KEYCHAIN: job-${{ github.job }}-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
40+
runs-on: macos-14
4341
steps:
4442
- uses: actions/checkout@v2
4543

@@ -51,13 +49,11 @@ jobs:
5149

5250
- uses: Apple-Actions/import-codesign-certs@v1
5351
with:
54-
keychain: ${{ env.KEYCHAIN }}
5552
p12-file-base64: ${{ secrets.CERTIFICATES_FILE_BASE64 }}
5653
p12-password: ${{ secrets.CERTIFICATES_PASSWORD }}
5754

5855
- name: Setup JavaFX
5956
run: |
60-
rm -rf /tmp/javafx-jmods-${{ inputs.javafx-version }}
6157
wget -P /tmp https://download2.gluonhq.com/openjfx/${{ inputs.javafx-version }}/openjfx-${{ inputs.javafx-version }}_osx-aarch64_bin-jmods.zip
6258
unzip /tmp/openjfx-${{ inputs.javafx-version }}_osx-aarch64_bin-jmods.zip -d /tmp
6359
@@ -118,7 +114,3 @@ jobs:
118114
with:
119115
name: artifacts
120116
path: ${{ steps.outputfile.outputs.path }}
121-
122-
- name: Delete keychain
123-
run: |
124-
security delete-keychain "${{ env.KEYCHAIN }}".keychain

0 commit comments

Comments
 (0)