Skip to content

Commit

Permalink
Merge pull request #792 from baagaard-usgs/ci-update-runners
Browse files Browse the repository at this point in the history
Ci update runners
  • Loading branch information
baagaard-usgs authored Nov 7, 2024
2 parents 0b9380d + 9ddf6ab commit 218ecb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-stage-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
strategy:
matrix:
os:
- debian-testing
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-24.10
- debian-testing
- fedora-39
- fedora-40
- rockylinux-8
- rockylinux-9

Expand Down
1 change: 1 addition & 0 deletions docker/pylith-testenv
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ARG REPO_DIR=.
ARG TEST_COVERAGE=no
ARG PYTHON_COVERAGE=coverage3
ENV TEST_COVERAGE=${TEST_COVERAGE} PYTHON_COVERAGE=${PYTHON_COVERAGE}
ENV HWLOC_HIDE_ERRORS=2

LABEL maintainer="Brad Aagaard <baagaard@usgs.gov>"

Expand Down

0 comments on commit 218ecb1

Please sign in to comment.