From e0a5d4fbb602dbfbf9458deb716a6d69b8fb1678 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Fri, 9 May 2025 11:14:31 -0400 Subject: [PATCH] asd --- .github/workflows/test-e2e.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 685b8b5..243904a 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -7,7 +7,7 @@ on: jobs: test-e2e: name: Run on Ubuntu - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Clone the code uses: actions/checkout@v4 @@ -25,10 +25,10 @@ jobs: echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null apt update apt install -y docker-ce docker-ce-cli containerd.io - update-alternatives --set iptables /usr/sbin/iptables-nft - update-alternatives --set ip6tables /usr/sbin/ip6tables-nft - update-alternatives --set arptables /usr/sbin/arptables-nft - update-alternatives --set ebtables /usr/sbin/ebtables-nft +# update-alternatives --set iptables /usr/sbin/iptables-nft +# update-alternatives --set ip6tables /usr/sbin/ip6tables-nft +# update-alternatives --set arptables /usr/sbin/arptables-nft +# update-alternatives --set ebtables /usr/sbin/ebtables-nft dockerd & docker --version