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 <[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]>
  • Loading branch information
himself65 authored and MylesBorins committed Jan 16, 2020
1 parent 4dced02 commit b2180d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
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 b2180d9

Please sign in to comment.