We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a0bfd commit 2a3a447Copy full SHA for 2a3a447
.github/workflows/test-and-publish.yaml
@@ -69,6 +69,7 @@ jobs:
69
# see https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available
70
python_version: [ '3.10' ]
71
runs-on: ${{ matrix.os }}
72
+ container: ${{ (matrix.os == 'ubuntu-22.04' && 'ubuntu:20.04') || null }} # Use the Ubuntu 20.04 container inside Ubuntu 22.04 runner to build
73
steps:
74
- uses: actions/checkout@v4
75
- uses: actions/setup-python@v5
0 commit comments