Skip to content

Commit 900eaff

Browse files
committed
Xcode 16.4
1 parent 867e27b commit 900eaff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
xcode_16_3:
9+
xcode_16_4:
1010
runs-on: macos-15
1111
env:
12-
DEVELOPER_DIR: /Applications/Xcode_16.3.app/Contents/Developer
12+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
@@ -119,7 +119,7 @@ jobs:
119119

120120
linux_swift_6_1:
121121
runs-on: ubuntu-latest
122-
container: swift:6.1
122+
container: swift:6.1.2
123123
steps:
124124
- name: Checkout
125125
uses: actions/checkout@v4

0 commit comments

Comments
 (0)