We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb22fe commit 1bc64fdCopy full SHA for 1bc64fd
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ concurrency:
28
jobs:
29
lint:
30
name: Lint
31
- runs-on: macos-14
+ runs-on: macos-15
32
33
steps:
34
- name: Install SwiftLint
@@ -42,9 +42,9 @@ jobs:
42
43
dependencies:
44
name: Dependencies
45
46
env:
47
- DEVELOPER_DIR: "/Applications/Xcode_16.2.app/Contents/Developer"
+ DEVELOPER_DIR: "/Applications/Xcode_16.4.app/Contents/Developer"
48
49
50
- name: Runner Overview
0 commit comments