Skip to content

Commit

Permalink
gha: Pin ubuntu-20.04 for conformance-test-ipv6
Browse files Browse the repository at this point in the history
This commit is to avoid ubuntu version drift for runner, till the proper
version upgrade is done.

Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras authored and tklauser committed Nov 23, 2022
1 parent dbad3c6 commit bb2d246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-smoke-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
conformance-test-ipv6:
needs: check_changes
if: ${{ needs.check_changes.outputs.tested == 'true' }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
Expand Down

0 comments on commit bb2d246

Please sign in to comment.