Skip to content

Commit 345ebc9

Browse files
committed
update workflows for macOS 14
1 parent 0e47d16 commit 345ebc9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_outset_prerelease_manual.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ on: [workflow_dispatch]
77

88
jobs:
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 }}
@@ -52,7 +52,7 @@ jobs:
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: |
@@ -71,4 +71,4 @@ jobs:
7171
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
7272
with:
7373
name: packages
74-
path: outputs/
74+
path: outputs/

0 commit comments

Comments
 (0)