Skip to content

Commit 1a5665b

Browse files
committed
Fix CI
1 parent e62bd32 commit 1a5665b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ on:
1010
jobs:
1111
tests:
1212
name: Tests
13-
runs-on: macOS-latest
13+
runs-on: macos-latest
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
17-
- name: Select Xcode 14.2
18-
run: sudo xcode-select -s /Applications/Xcode_14.2.app
19-
- name: Run swiftlint
20-
run: swiftlint
17+
- name: Select Xcode 15.4
18+
run: sudo xcode-select -s /Applications/Xcode_15.4.app
2119
- name: Run tests
2220
run: swift test

0 commit comments

Comments
 (0)