Skip to content

Commit 2d7b5ab

Browse files
committed
Conditional container
1 parent caad641 commit 2d7b5ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dist.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
fail-fast: true
7474
matrix:
7575
os: ["ubuntu-22.04", "ubuntu-22.04-arm", "macos-14", "windows-2022"]
76+
include:
77+
- os: ubuntu-22.04-arm
78+
container: python3.13-bookworm
79+
80+
container: ${{ matrix.container }}
7681

7782
steps:
7883
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)