Skip to content

Commit

Permalink
Switching the CI build back to macos-10.15
Browse files Browse the repository at this point in the history
The "macos-11" image which is becoming "macos-latest" does not include
virtualbox/vagrant yet.
cf actions/runner-images#4060 and actions/runner-images#4010
  • Loading branch information
divdavem committed Apr 13, 2022
1 parent 1b26735 commit 5063459
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 @@ -6,7 +6,7 @@ on:
branches: [master]
jobs:
ci:
runs-on: macos-latest
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- name: Set Node.js version
Expand Down

0 comments on commit 5063459

Please sign in to comment.