Skip to content

Commit a756f0a

Browse files
committed
feat(CI): building on Ubuntu 18.04
1 parent a498717 commit a756f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# see https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available
7272
python_version: [ '3.10' ]
7373
runs-on: ${{ matrix.os }}
74-
container: ${{ (startsWith(matrix.os, 'ubuntu') && 'ubuntu:20.04') || null }} # Use the Ubuntu 20.04 container inside Ubuntu 22.04 runner to build
74+
container: ${{ (startsWith(matrix.os, 'ubuntu') && 'ubuntu:18.04') || null }} # Use the Ubuntu 20.04 container inside Ubuntu 22.04 runner to build
7575
steps:
7676
- uses: actions/checkout@v4
7777
- name: Read the mozilla-central commit hash to be used
@@ -183,7 +183,7 @@ jobs:
183183
os: [ 'ubuntu-22.04', 'macos-13', 'macos-14', 'windows-2022', 'ubuntu-22.04-arm' ]
184184
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
185185
runs-on: ${{ matrix.os }}
186-
container: ${{ (startsWith(matrix.os, 'ubuntu') && 'ubuntu:20.04') || null }}
186+
container: ${{ (startsWith(matrix.os, 'ubuntu') && 'ubuntu:18.04') || null }}
187187
steps:
188188
- name: Setup container
189189
if: ${{ startsWith(matrix.os, 'ubuntu') }}

0 commit comments

Comments
 (0)