Merge pull request #5886 from hugovk/gha-macos-10.15

GHA: Use macos-10.15 to fix build
This commit is contained in:
Andrew Murray 2021-12-15 06:34:43 +11:00 committed by GitHub
commit c43f55121c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ os: [
"macOS-latest", "macos-10.15",
"ubuntu-latest", "ubuntu-latest",
] ]
python-version: [ python-version: [
@ -29,7 +29,7 @@ jobs:
# Include new variables for Codecov # Include new variables for Codecov
- os: ubuntu-latest - os: ubuntu-latest
codecov-flag: GHA_Ubuntu codecov-flag: GHA_Ubuntu
- os: macOS-latest - os: macos-10.15
codecov-flag: GHA_macOS codecov-flag: GHA_macOS
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}