Skip to content

Commit cef3fdb

Browse files
committed
Update CI workflow configuration
1 parent 9173eac commit cef3fdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
name: Lint
2727
runs-on: macos-13
2828
env:
29-
DEVELOPER_DIR: "/Applications/Xcode_14.3.app/Contents/Developer"
29+
DEVELOPER_DIR: "/Applications/Xcode_15.0.app/Contents/Developer"
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
- name: Install swift-format
3636
run: brew install swift-format
@@ -56,7 +56,7 @@ jobs:
5656
run: system_profiler SPHardwareDataType SPSoftwareDataType SPDeveloperToolsDataType
5757

5858
- name: Checkout
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060

6161
- name: Run Tests
6262
run: make tests

0 commit comments

Comments
 (0)