Skip to content

Commit b2fdc33

Browse files
committed
Run samples.yml on macOS 14 / Xcode 16.2
1 parent ea76609 commit b2fdc33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
build: [build, archive]
1919
os: [macos-13]
2020
include:
21-
- os: macos-13
22-
xcode: Xcode_15.0.1
21+
- os: macos-14
22+
xcode: Xcode_16.2
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)