Skip to content

Commit 56517ea

Browse files
committed
Select 16.4
1 parent c0d9506 commit 56517ea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ on:
66
branches: ["main"]
77
jobs:
88
build:
9-
runs-on: macos-15
9+
runs-on: macos-15A
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: maxim-lobanov/setup-xcode@v1
13+
with:
14+
xcode-version: '16.4'
1215
- name: Build
1316
run: swift build
1417
- name: Run tests

0 commit comments

Comments
 (0)