Skip to content

Commit

Permalink
gha: change macos-11 to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Feb 6, 2024
1 parent 69e78e6 commit 5f9bbfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [
"ubuntu-20.04",
"macos-11",
"macos-latest",
]
python-version: [
"pypy-3.7",
Expand All @@ -34,11 +34,11 @@ jobs:
# Include new variables for Codecov
- os: ubuntu-20.04
codecov-flag: GHA_Ubuntu
- os: macos-11
- os: macos-latest
codecov-flag: GHA_macOS
exclude:
- python-version: "2.7"
os: "macos-11"
os: "macos-latest"

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }} (libavif ${{ matrix.libavif-version }})
Expand Down

0 comments on commit 5f9bbfc

Please sign in to comment.