Skip to content

Commit c96b3bd

Browse files
committed
use the macos-14 build agent
1 parent ba3d327 commit c96b3bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-requests.yml

+2-2
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_16.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)