Skip to content

Commit

Permalink
try runs-on ubuntu-22.04, ubuntu-24.04, ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Nov 12, 2024
1 parent 0cf668e commit 9454e7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dash-bmv2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ on:
jobs:
build:
name: Build and Test DASH Pipeline
runs-on: ubuntu-20.04
continue-on-error: true
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-latest]
runs-on: ${{ matrix.os }}
continue-on-error: true
env:
docker_fg_flags: --privileged --memory=4g
docker_fg_root_flags: --privileged -u root --memory=4g
Expand Down

0 comments on commit 9454e7e

Please sign in to comment.