From 3ba99689528da5d11f32f813f0f15e107f6c5e95 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 19 Sep 2024 19:02:11 -0400 Subject: [PATCH] Remove some job matrices Co-authored-by: Curtis Vogt --- .github/workflows/pr_checks.yml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 8f29a75..051d9d1 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -79,12 +79,7 @@ jobs: - run: julia ./ci/check_uncommitted_changes.jl build: timeout-minutes: 30 - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: - - ubuntu-latest + runs-on: ubuntu-latest steps: ### Check out the repo: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 @@ -128,12 +123,7 @@ jobs: make cleanall npm-run-test: timeout-minutes: 30 - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: - - ubuntu-latest + runs-on: ubuntu-latest steps: ### Check out the repo: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 @@ -168,12 +158,7 @@ jobs: - run: make test make-targets: # This is a job to make sure that none of the `make` targets bitrot timeout-minutes: 30 - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: - - ubuntu-latest + runs-on: ubuntu-latest steps: ### Check out the repo: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332