Skip to content

Commit

Permalink
Use ubuntu 22.04 temporarly to fix the E2E (#1228)
Browse files Browse the repository at this point in the history
ubuntu-latest (24.04) doesn't have /etc/docker/daemon.json anymore (by
default at least), making some action we use fail.

This should unblock the CI until we update these actions.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored Oct 14, 2024
1 parent 69a8f5f commit 8c9c153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defaults:
jobs:
e2e-test:
name: e2e test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

env:
GOPATH: ${{ github.workspace }}
Expand Down

0 comments on commit 8c9c153

Please sign in to comment.