Skip to content

Commit 7d7ee49

Browse files
committed
Remove setup-xcode
1 parent ea91c41 commit 7d7ee49

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: "CI"
33

44
on:
55
push:
6-
branches:
7-
- main
6+
branches: [main]
7+
pull_request:
8+
branches: [main]
89

910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.ref }}
@@ -14,9 +15,6 @@ jobs:
1415
test:
1516
runs-on: macOS-latest
1617
steps:
17-
- uses: maxim-lobanov/setup-xcode@v1
18-
with:
19-
xcode-version: latest-stable
2018
- uses: actions/checkout@v4
2119
- name: Run Tests
2220
run: swift test -v

0 commit comments

Comments
 (0)