ci: switch macos job to macos-10.15 (#849)
This commit is contained in:
parent
c4a90aeef8
commit
0c27b15897
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
|
@ -93,7 +93,7 @@ jobs:
|
|||
test-macos:
|
||||
needs: dump_images
|
||||
name: test-macos
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-10.15
|
||||
continue-on-error: true # Don't let macos test fail whole workflow
|
||||
env:
|
||||
ISO_PATH: ~/.docker/machine/cache/boot2docker.iso
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue