File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,23 @@ on: [workflow_dispatch]
77
88jobs :
99 build :
10- runs-on : macos-12
10+ runs-on : macos-14
1111
1212 steps :
1313 - name : Checkout outset repo
14- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
14+ uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Install Apple Xcode certificates
19- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2.0.0
19+ uses : apple-actions/import-codesign-certs@v3
2020 with :
2121 keychain-password : ${{ github.run_id }}
2222 p12-file-base64 : ${{ secrets.APP_CERTIFICATES_P12_MAOS }}
2323 p12-password : ${{ secrets.APP_CERTIFICATES_P12_PASSWORD_MAOS }}
2424
2525 - name : Install Apple Installer certificates
26- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2.0.0
26+ uses : apple-actions/import-codesign-certs@v3
2727 with :
2828 create-keychain : false # do not create a new keychain for this value
2929 keychain-password : ${{ github.run_id }}
5252 with :
5353 name : Outset ${{env.OUTSET_VERSION}}
5454 tag_name : v${{env.OUTSET_VERSION}}
55- draft : false
55+ draft : true
5656 prerelease : true
5757 token : ${{ secrets.GITHUB_TOKEN }}
5858 body : |
7171 uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
7272 with :
7373 name : packages
74- path : outputs/
74+ path : outputs/
You can’t perform that action at this time.
0 commit comments