Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed May 15, 2024
1 parent ff98a7f commit 46ba772
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
testmodels:
strategy:
matrix:
# os: ['ubuntu-latest', 'self-hosted']
os: [ubuntu-22.04]
testmode: [OFF, ON]
testname:
Expand All @@ -34,6 +35,9 @@ jobs:
nebularonezone_1d_3dgrid,
nebularonezone_1d_3dgrid_limitbfest,
]
exclude:
- os: self-hosted
testmode: ON
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -293,7 +297,7 @@ jobs:
combine_checksums:
needs: testmodels
if: always()
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Download test output
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 46ba772

Please sign in to comment.