Skip to content

Commit

Permalink
build: fix macos runner type in GitHub Action
Browse files Browse the repository at this point in the history
Backport-PR-URL: #32608
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 MylesBorins committed Apr 2, 2020
1 parent df701f3 commit ad12c82
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 ad12c82

Please sign in to comment.