Skip to content

Commit 2a3a447

Browse files
committed
feat(CI): use a Ubuntu 20.04 container to build
1 parent e6a0bfd commit 2a3a447

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
# see https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available
7070
python_version: [ '3.10' ]
7171
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
7273
steps:
7374
- uses: actions/checkout@v4
7475
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)