ci: use macos 11 for build and test

This commit is contained in:
alexey.lysiuk 2021-11-22 09:42:15 +02:00
parent 02588e78c7
commit 19c07f7d79
2 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@ jobs:
build:
if: "${{ !contains(github.event.head_commit.message, '[skip build]') }}"
name: ${{ matrix.config.name }}
runs-on: "macos-10.15"
runs-on: "macos-11"
strategy:
fail-fast: false
matrix:

View File

@ -5,11 +5,10 @@ on: [push, pull_request]
jobs:
test:
if: "${{ !contains(github.event.head_commit.message, '[skip test]') }}"
runs-on: "macos-10.15"
runs-on: "macos-11"
steps:
- uses: actions/checkout@v1
- name: Run tests
run: |
# Remove SDKROOT when 11.0+ SDK will become the default one
SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk ./build.py --target=test-deps
./build.py --target=test-deps