Skip to content

Commit 03de77e

Browse files
committed
macOS 14
1 parent 502c0cc commit 03de77e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: macOS-13
9+
runs-on: macOS-14
1010

1111
steps:
1212
- uses: actions/checkout@v3
@@ -16,9 +16,6 @@ jobs:
1616
path: .build
1717
key: ${{ runner.os }}-spm-${{ hashFiles('Package.resolved') }}
1818

19-
- name: Xcode 15
20-
run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer'
21-
2219
- name: Build
2320
run: swift build
2421

0 commit comments

Comments
 (0)