Skip to content

Commit 9213808

Browse files
committed
Use macOS 13 for CI
since macOS 12 runners were removed from MS GitHub Actions
1 parent d44da8b commit 9213808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# This workflow contains a single job called "build"
1616
build:
1717
# The type of runner that the job will run on
18-
runs-on: macos-12
18+
runs-on: macos-13
1919

2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:

0 commit comments

Comments
 (0)