Skip to content

Commit

Permalink
Merge pull request #5886 from hugovk/gha-macos-10.15
Browse files Browse the repository at this point in the history
GHA: Use macos-10.15 to fix build
  • Loading branch information
radarhere committed Dec 14, 2021
2 parents a0ec5b7 + 5b023c7 commit c43f551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [
"macOS-latest",
"macos-10.15",
"ubuntu-latest",
]
python-version: [
Expand All @@ -29,7 +29,7 @@ jobs:
# Include new variables for Codecov
- os: ubuntu-latest
codecov-flag: GHA_Ubuntu
- os: macOS-latest
- os: macos-10.15
codecov-flag: GHA_macOS

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c43f551

Please sign in to comment.