Skip to content

Commit 1bc64fd

Browse files
committed
Update CI workflow configuration
Includes: - Bumped the jobs runner image to `macos-15`. - Bumped Xcode version to 16.4.
1 parent 5eb22fe commit 1bc64fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

3333
steps:
3434
- name: Install SwiftLint
@@ -42,9 +42,9 @@ jobs:
4242

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

4949
steps:
5050
- name: Runner Overview

0 commit comments

Comments
 (0)