Skip to content

Commit 06fd44c

Browse files
CI: update macOS and Xcode versions
1 parent 6e7c715 commit 06fd44c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/script-commands.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ on:
66

77
jobs:
88
scriptCommands:
9-
runs-on: macos-11
9+
runs-on: macos-12
1010

1111
steps:
1212
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0
1515

1616
- name: Setup Xcode
17-
uses: raycast/github-actions/setup-xcode@master
17+
uses: maxim-lobanov/setup-xcode@v1
18+
with:
19+
xcode-version: latest-stable
1820

1921
- name: Setup GIT
2022
uses: raycast/github-actions/[email protected]
21-
23+
2224
- name: Build Toolkit
2325
run: |
2426
make build

0 commit comments

Comments
 (0)