Skip to content

Commit db60901

Browse files
authored
CONFIG: Use Xcode 15.4 for GitHub workflows (#182)
1 parent 00ad551 commit db60901

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
env:
20-
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
20+
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
2121

2222
jobs:
2323
build-test:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
env:
20-
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
20+
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
2121

2222
jobs:
2323
analyze:

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
cancel-in-progress: true
2121

2222
env:
23-
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
23+
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
2424

2525
jobs:
2626
integration-test:

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
swiftLint:
2121
name: SwiftLint
2222
runs-on: macos-14
23+
env:
24+
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
2325
steps:
2426
- name: Checkout
2527
uses: actions/checkout@v4

0 commit comments

Comments
 (0)