Compare commits

..

No commits in common. "86669025573118df66b6f40d83c96e88a1b4e0ee" and "e1b0dc25b94df9befe4ec5f11d3e460ac862f74c" have entirely different histories.

View file

@ -6,11 +6,9 @@ on:
workflow_dispatch:
jobs:
ipv6:
runs-on: docker
container:
image: ubuntu:24.04
steps:
- run: |
apt update; apt install --yes curl
curl -s -o /dev/null https://ipv6.google.com
ipv6:
runs-on: ubuntu-24.04
steps:
- run: |
apt update; apt install --yes curl
curl -s -o /dev/null https://ipv6.google.com