Skip to content

Commit 2b175ea

Browse files
committed
retry
1 parent 79f7282 commit 2b175ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@ permissions:
1717
jobs:
1818
test:
1919
name: test
20-
runs-on: 'macos-latest'
20+
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
fetch-depth: 0
26+
- name: Switch XCode Version
27+
uses: maxim-lobanov/setup-xcode@v1
28+
with:
29+
xcode-version: '16.2'
2630
- run: |
2731
make test
2832
working-directory: Coder Desktop

0 commit comments

Comments
 (0)