ci: switch macos job to macos-10.15 (#849)
This commit is contained in:
parent
b5e8a18683
commit
977b526384
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…
Reference in a new issue