Skip to content

Commit 9437512

Browse files
joelanfordtmshort
authored andcommitted
.github/workflows/test.yml: bump to ubunutu-latest (#1627)
Signed-off-by: Joe Lanford <[email protected]> Upstream-repository: operator-registry Upstream-commit: e6d2c99dac5919c34e82518224d00a594289128b
1 parent 02f0b17 commit 9437512

File tree

1 file changed

+2
-5
lines changed
  • staging/operator-registry/.github/workflows

1 file changed

+2
-5
lines changed

staging/operator-registry/.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,16 @@ on:
1111

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version-file: 'go.mod'
2020
- name: Install podman
2121
run: |
22-
. /etc/os-release
23-
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
24-
curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add -
2522
sudo apt-get update
26-
sudo apt-get -y install conntrack podman
23+
sudo apt-get -y install podman
2724
podman version
2825
- name: Create kind cluster and setup local docker registry
2926
run: |

0 commit comments

Comments
 (0)