We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4821ec commit ce0249cCopy full SHA for ce0249c
1 file changed
.github/workflows/test-and-publish.yaml
@@ -140,6 +140,7 @@ jobs:
140
os: [ 'ubuntu-22.04', 'macos-13', 'macos-14', 'windows-2022', 'ubuntu-22.04-arm' ]
141
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
142
runs-on: ${{ matrix.os }}
143
+ container: ${{ (matrix.os == 'ubuntu-22.04' && 'ubuntu:20.04') || null }}
144
steps:
145
- uses: actions/checkout@v4
146
with:
0 commit comments