Skip to content

Commit

Permalink
build: fix macos runner type in GitHub Action
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
himself65 authored and Trott committed Jan 14, 2020
1 parent 521b222 commit 9da241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
run: ./vcbuild.bat
build-macOS:
runs-on: macOS-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 13
Expand Down

0 comments on commit 9da241b

Please sign in to comment.