Skip to content

Commit

Permalink
CI: removed Alpine3.17
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Apr 1, 2024
1 parent 7150375 commit 45f6e69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
{ "os": "debian", "ver": "12", "arch": "amd64" },
{ "os": "debian", "ver": "12", "arch": "arm64" },
{ "os": "debian", "ver": "12", "arch": "arm/v7" },
{ "os": "alpine", "ver": "3.17", "arch": "amd64" },
{ "os": "alpine", "ver": "3.17", "arch": "arm64" },
{ "os": "alpine", "ver": "3.17", "arch": "arm/v7" },
{ "os": "alpine", "ver": "3.18", "arch": "amd64" },
{ "os": "alpine", "ver": "3.18", "arch": "arm64" },
{ "os": "alpine", "ver": "3.18", "arch": "arm/v7" },
{ "os": "alpine", "ver": "3.19", "arch": "amd64" },
{ "os": "alpine", "ver": "3.19", "arch": "arm64" },
{ "os": "alpine", "ver": "3.19", "arch": "arm/v7" },
]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
{ "os": "debian", "ver": "11", "arch": "arm64" },
{ "os": "debian", "ver": "12", "arch": "amd64" },
{ "os": "debian", "ver": "12", "arch": "arm64" },
{ "os": "alpine", "ver": "3.17", "arch": "amd64" },
{ "os": "alpine", "ver": "3.17", "arch": "arm64" },
{ "os": "alpine", "ver": "3.18", "arch": "amd64" },
{ "os": "alpine", "ver": "3.18", "arch": "arm64" },
{ "os": "alpine", "ver": "3.19", "arch": "amd64" },
{ "os": "alpine", "ver": "3.19", "arch": "arm64" },
]

steps:
Expand Down

0 comments on commit 45f6e69

Please sign in to comment.