Skip to content

Commit

Permalink
Use GH Runner ubuntu-22.04 for E2E
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez committed Oct 15, 2024
1 parent 9d5efd8 commit dbbcc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
GOPATH: ${{ github.workspace }}/go
defaults:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
run: make test
e2e:
name: E2E
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Pull requests from the same repository won't trigger this checks as they were already triggered by the push
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
Expand Down

0 comments on commit dbbcc72

Please sign in to comment.