Skip to content

Commit abb7bbf

Browse files
authored
Update Ubuntu version in workflow configuration
1 parent f56d953 commit abb7bbf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/testing1087.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55

66
jobs:
77
ubuntu-20-first:
8-
name: Step 1 - Ubuntu 24.04 container
8+
name: Step 1 - Ubuntu 20.04 container
99
runs-on: self-hosted
1010

1111
container:
12-
image: ubuntu:24.04
12+
image: ubuntu:20.04
1313

1414
steps:
1515
- uses: actions/checkout@v6
@@ -35,12 +35,12 @@ jobs:
3535
3636

3737
ubuntu-24-second:
38-
name: Step 2 - Ubuntu 20.04 container
38+
name: Step 2 - Ubuntu 24.04 container
3939
runs-on: self-hosted
4040
needs: ubuntu-20-first
4141

4242
container:
43-
image: ubuntu:20.04
43+
image: ubuntu:24.04
4444

4545
steps:
4646
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)