Skip to content

Commit ce0249c

Browse files
authored
feat(CI): use the Ubuntu 20.04 container to build PythonMonkey itself
1 parent e4821ec commit ce0249c

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
@@ -140,6 +140,7 @@ jobs:
140140
os: [ 'ubuntu-22.04', 'macos-13', 'macos-14', 'windows-2022', 'ubuntu-22.04-arm' ]
141141
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
142142
runs-on: ${{ matrix.os }}
143+
container: ${{ (matrix.os == 'ubuntu-22.04' && 'ubuntu:20.04') || null }}
143144
steps:
144145
- uses: actions/checkout@v4
145146
with:

0 commit comments

Comments
 (0)