Skip to content

Commit d81eaf3

Browse files
authored
Simplify CI matrix by removing Ubuntu configurations
Removed Ubuntu matrix configurations for Python 3.10.
1 parent 350e090 commit d81eaf3

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- os: ubuntu-latest
21-
python: "3.10"
22-
arch: x86_64
23-
package-name: linux_x86_64
24-
- os: ubuntu-24.04-arm
25-
python: "3.10"
26-
arch: arm64
27-
package-name: linux_arm64
2820
- os: macos-latest
2921
python: "3.10"
3022
arch: arm64

0 commit comments

Comments
 (0)