Skip to content

Commit 13dd070

Browse files
committed
.github/workflows/config.yml: use intel MacOS
1 parent 0726d3c commit 13dd070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
154154
155155
osx:
156-
runs-on: macos-latest
156+
runs-on: macos-13 # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
157157
timeout-minutes: 60
158158
steps:
159159
- name: Checkout

0 commit comments

Comments
 (0)