Skip to content

Commit

Permalink
GHA: Use macos-10.15 to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 14, 2021
1 parent a0ec5b7 commit 5b023c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
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 5b023c7

Please sign in to comment.