Skip to content

Commit b2180d9

Browse files
himself65MylesBorins
authored andcommitted
build: fix macos runner type in GitHub Action
PR-URL: #31327 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 4dced02 commit b2180d9

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)