Skip to content

Commit

Permalink
e2e linux runs on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed May 7, 2024
1 parent 55a73e3 commit d267f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-linux-distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
jobs:
e2e-build-n-test:
environment: staging
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
container: [
"ubuntu:24.04",
"ubuntu:23.10",
"debian:12",
"debian:12"
# "fedora:40",
# "fedora:39",
# "manjarolinux/base",
Expand Down

0 comments on commit d267f07

Please sign in to comment.