Skip to content

Commit 5ad2bf7

Browse files
committed
Update CI workflow configuration
The updated configuration includes: - Bumped actions/checkout to the latest version. - Bumped Xcode version to 26.4.
1 parent f209aaa commit 5ad2bf7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,30 @@ concurrency:
2828
jobs:
2929
lint:
3030
name: Lint
31-
runs-on: macos-15
31+
runs-on: macos-26
3232

3333
steps:
3434
- name: Install SwiftLint
3535
run: brew install swiftlint
3636

3737
- name: Checkout
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939

4040
- name: Lint Swift Code
4141
run: swiftlint lint --strict --reporter github-actions-logging
4242

4343
dependencies:
4444
name: Dependencies
45-
runs-on: macos-15
45+
runs-on: macos-26
4646
env:
47-
DEVELOPER_DIR: "/Applications/Xcode_26.1.app/Contents/Developer"
47+
DEVELOPER_DIR: "/Applications/Xcode_26.4.app/Contents/Developer"
4848

4949
steps:
5050
- name: Runner Overview
5151
run: system_profiler SPHardwareDataType SPSoftwareDataType SPDeveloperToolsDataType
5252

5353
- name: Checkout
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- name: Resolve Package Dependencies
5757
run: swift package resolve -v

0 commit comments

Comments
 (0)