diff --git a/.github/workflows/multiple-build.yaml b/.github/workflows/multiple-build.yaml
index 2b65d0e..de9500b 100644
--- a/.github/workflows/multiple-build.yaml
+++ b/.github/workflows/multiple-build.yaml
@@ -54,7 +54,7 @@ jobs:
 
   build-only-docker:
     name: Build and push image built only on Docker
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     strategy:
       fail-fast: false
       matrix:
@@ -94,7 +94,7 @@ jobs:
 
   build-podman-latest:
     name: Build and push image built latest on Podman
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     strategy:
       fail-fast: false
       matrix:
@@ -141,7 +141,7 @@ jobs:
 
   build-docker-latest:
     name: Build and push image built latest on Docker
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     strategy:
       fail-fast: false
       matrix:
diff --git a/README.md b/README.md
index 846c9c4..96371b7 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ If the action pulled an image from the Docker image storage into the Podman stor
 ## Note about GitHub runners and Podman
 We recommend using `runs-on: ubuntu-20.04` since it has a newer version of Podman.
 
-If you are on `ubuntu-18.04` (which is currently aliased to [`ubuntu-latest`](https://github.com/actions/virtual-environments/issues/1816)) your workflow will use an older version of Podman and may encounter issues such as [#26](https://github.com/redhat-actions/push-to-registry/issues/26).
+If you are on `ubuntu-18.04` or any other older versions of ubuntu your workflow will use an older version of Podman and may encounter issues such as [#26](https://github.com/redhat-actions/push-to-registry/issues/26).
 
 ## Troubleshooting
 Note that quay.io repositories are private by default.<br>