We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a3d84 commit 34f7034Copy full SHA for 34f7034
1 file changed
.github/workflows/testing1087.yml
@@ -5,11 +5,11 @@ on:
5
6
jobs:
7
ubuntu-20-first:
8
- name: Step 1 - Ubuntu 24.04 container
+ name: Step 1 - Ubuntu 20.04 container
9
runs-on: self-hosted
10
11
container:
12
- image: ubuntu:24.04
+ image: ubuntu:20.04
13
14
steps:
15
- uses: actions/checkout@v6
@@ -34,12 +34,12 @@ jobs:
34
35
36
ubuntu-24-second:
37
- name: Step 2 - Ubuntu 20.04 container
+ name: Step 2 - Ubuntu 24.04 container
38
runs-on: ubuntu-latest
39
needs: ubuntu-20-first
40
41
42
- image: ubuntu:20.04
+ image: ubuntu:24.04
43
44
45
0 commit comments