Skip to content

Commit 67e670d

Browse files
committed
Upgrade build.yaml to use macos-13 since macos-12 no longer is supported
1 parent 8e336eb commit 67e670d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313

14-
runs-on: macos-12
14+
runs-on: macos-13
1515

1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)