chore: rollback macOS version to 10.15 due to 11.0 marked private preview
ref: https://github.com/actions/virtual-environments/issues/2486
This commit is contained in:
parent
a1b19e44f7
commit
b9537e20c4
|
@ -15,7 +15,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: CI build
|
||||
runs-on: macos-11.0
|
||||
runs-on: macos-10.15
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue