Skip to content

Commit c1e243c

Browse files
authored
Enable container for Ubuntu 20.04 in workflow
1 parent 355331c commit c1e243c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/testing1087.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
name: Step 1 - Ubuntu 20.04 container
99
runs-on: self-hosted
1010

11-
# container:
12-
# image: ubuntu:20.04
11+
container:
12+
image: ubuntu:20.04
1313

1414
steps:
15-
15+
- uses: actions/checkout@v6
1616

1717
- name: Setup Python 3.8
1818
uses: actions/setup-python@v5
@@ -33,6 +33,7 @@ jobs:
3333
image: ubuntu:24.04
3434

3535
steps:
36+
- uses: actions/checkout@v6
3637
- name: Install required tools
3738
run: |
3839
apt-get update

0 commit comments

Comments
 (0)