Skip to content

Commit 9da241b

Browse files
himself65Trott
authored andcommitted
build: fix macos runner type in GitHub Action
PR-URL: #31327 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 521b222 commit 9da241b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build
3131
run: ./vcbuild.bat
3232
build-macOS:
33-
runs-on: macOS-latest
33+
runs-on: macos-latest
3434
steps:
3535
- uses: actions/checkout@v2
3636
- name: Use Node.js 13

0 commit comments

Comments
 (0)