Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick from spack develop: Temporarily pin Ubuntu to v22.04, where we use kcov (#48152) #494

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
on_develop:
- ${{ github.ref == 'refs/heads/develop' }}
Expand All @@ -36,19 +36,19 @@ jobs:
on_develop: ${{ github.ref == 'refs/heads/develop' }}
exclude:
- python-version: '3.7'
os: ubuntu-latest
os: ubuntu-22.04
on_develop: false
- python-version: '3.8'
os: ubuntu-latest
os: ubuntu-22.04
on_develop: false
- python-version: '3.9'
os: ubuntu-latest
os: ubuntu-22.04
on_develop: false
- python-version: '3.10'
os: ubuntu-latest
os: ubuntu-22.04
on_develop: false
- python-version: '3.11'
os: ubuntu-latest
os: ubuntu-22.04
on_develop: false

steps:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
include-hidden-files: true
# Test shell integration
shell:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
Expand Down
Loading