Skip to content

Commit 99f16f0

Browse files
authored
Use XCode 16 in the CI builds (#454)
* Use XCode 16 in the CI builds * use the macos-14 build agent
1 parent d503ff0 commit 99f16f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
jobs:
88
build:
99

10-
runs-on: macos-13
10+
runs-on: macos-14
1111

1212
steps:
1313
- name: xCode
14-
run: sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer/
14+
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer/
1515

1616
- uses: actions/checkout@v4
1717
- name: Setup .NET

0 commit comments

Comments
 (0)