File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ jobs:
132
132
make_universal :
133
133
name : Make Universal
134
134
needs : [build-mac, build-mac-arm]
135
- runs-on : macos-11
135
+ runs-on : macos-14
136
136
steps :
137
- - uses : actions/checkout@v3
137
+ - uses : actions/checkout@v4
138
138
- uses : actions/download-artifact@v4
139
139
with :
140
140
name : macOS
@@ -153,7 +153,7 @@ jobs:
153
153
github.repository_owner != 'wpilibsuite' ||
154
154
(github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v'))
155
155
- name : Import Developer ID Certificate
156
- uses : wpilibsuite/import-signing-certificate@v1
156
+ uses : wpilibsuite/import-signing-certificate@v2
157
157
with :
158
158
certificate-data : ${{ secrets.APPLE_CERTIFICATE_DATA }}
159
159
certificate-passphrase : ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
@@ -166,7 +166,7 @@ jobs:
166
166
if : |
167
167
github.repository_owner == 'wpilibsuite' &&
168
168
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
169
- - uses : actions/upload-artifact@v3
169
+ - uses : actions/upload-artifact@v4
170
170
with :
171
171
name : macOSUniversal
172
172
path : build/toUpload/
You can’t perform that action at this time.
0 commit comments