Skip to content

Commit

Permalink
fix: updates GitHub Actions runner flavor for CI E2E tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jul 4, 2024
1 parent 18990ca commit 2d24e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: make test

e2e-test:
runs-on: ubuntu-latest
runs-on: 'ubuntu-24.04'
permissions:
contents: read
steps:
Expand Down

0 comments on commit 2d24e6d

Please sign in to comment.