Skip to content

Commit 61f786e

Browse files
committed
Fix macOS version identifier
1 parent b2fdc33 commit 61f786e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
# Test build with debug and release configs (whether or not DEBUG is set and optimization level)
1818
build: [build, archive]
19-
os: [macos-13]
19+
os: [macos-14]
2020
include:
2121
- os: macos-14
2222
xcode: Xcode_16.2

0 commit comments

Comments
 (0)