Commit a951fd3 1 parent 16e0503 commit a951fd3 Copy full SHA for a951fd3
File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 37
37
jobs :
38
38
build :
39
39
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
43
41
steps :
44
42
- uses : actions/checkout@v2
45
43
@@ -51,13 +49,11 @@ jobs:
51
49
52
50
- uses : Apple-Actions/import-codesign-certs@v1
53
51
with :
54
- keychain : ${{ env.KEYCHAIN }}
55
52
p12-file-base64 : ${{ secrets.CERTIFICATES_FILE_BASE64 }}
56
53
p12-password : ${{ secrets.CERTIFICATES_PASSWORD }}
57
54
58
55
- name : Setup JavaFX
59
56
run : |
60
- rm -rf /tmp/javafx-jmods-${{ inputs.javafx-version }}
61
57
wget -P /tmp https://download2.gluonhq.com/openjfx/${{ inputs.javafx-version }}/openjfx-${{ inputs.javafx-version }}_osx-aarch64_bin-jmods.zip
62
58
unzip /tmp/openjfx-${{ inputs.javafx-version }}_osx-aarch64_bin-jmods.zip -d /tmp
63
59
@@ -118,7 +114,3 @@ jobs:
118
114
with :
119
115
name : artifacts
120
116
path : ${{ steps.outputfile.outputs.path }}
121
-
122
- - name : Delete keychain
123
- run : |
124
- security delete-keychain "${{ env.KEYCHAIN }}".keychain
You can’t perform that action at this time.
0 commit comments