Skip to content

Commit 98e912f

Browse files
committed
retry
1 parent 579a416 commit 98e912f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
cd "Coder Desktop" && make fmt
3838
lint:
3939
name: lint
40-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || 'ubuntu-latest'}}
41-
container:
42-
image: ghcr.io/realm/swiftlint:0.57.1
40+
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
4341
steps:
4442
- name: Checkout
4543
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)