Skip to content

Commit

Permalink
fix(ci): Use macos-13 image for Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 1, 2024
1 parent 2512f52 commit dac6a0f
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 @@ -11,7 +11,7 @@ jobs:
matrix:
os: [
"ubuntu-20.04",
"macos-latest",
"macos-13",
]
python-version: [
"pypy-3.7",
Expand All @@ -35,11 +35,11 @@ jobs:
# Include new variables for Codecov
- os: ubuntu-20.04
codecov-flag: GHA_Ubuntu
- os: macos-latest
- os: macos-13
codecov-flag: GHA_macOS
exclude:
- python-version: "2.7"
os: "macos-latest"
os: "macos-13"

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

0 comments on commit dac6a0f

Please sign in to comment.