Skip to content

Commit 30ab46f

Browse files
committed
Update GitHub workflow
1 parent f304d02 commit 30ab46f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,17 @@ name: "CI"
33

44
on:
55
push:
6-
branches: [main]
7-
pull_request:
8-
branches: [main]
6+
branches:
7+
- '**'
98

109
concurrency:
1110
group: ${{ github.workflow }}-${{ github.ref }}
1211
cancel-in-progress: true
1312

1413
jobs:
1514
test:
16-
runs-on: macos-14
15+
runs-on: [self-hosted, macOS]
1716
steps:
18-
- name: Select Xcode 15.3
19-
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
20-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
2118
- name: Run Tests
2219
run: swift test -v

0 commit comments

Comments
 (0)