Browse Source

Rollback GHA to Ubuntu 22.04 (#11111)

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/11109/head
Derek Nola 1 month ago committed by GitHub
parent
commit
a44cb16ce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/e2e.yaml

2
.github/workflows/e2e.yaml

@ -33,7 +33,7 @@ jobs:
e2e:
name: "E2E Tests"
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 40
strategy:
fail-fast: false

Loading…
Cancel
Save