Skip to content

Commit

Permalink
disable some distro versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Apr 16, 2024
1 parent 4f98d0e commit fd13ed7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cfast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
matrix:
container:
- "fedora:36"
- "fedora:37"
- "fedora:38"
# - "fedora:39"
- "rockylinux:8"
- "rockylinux:9"
# - "fedora:36"
# - "fedora:37"
# - "fedora:38"
- "fedora:39"
# - "rockylinux:8"
# - "rockylinux:9"
cfast-version:
- "7.0.1"
- "7.1.0"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/fds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
matrix:
container:
- "fedora:36"
- "fedora:37"
- "fedora:38"
# - "fedora:39"
- "rockylinux:8"
- "rockylinux:9"
# - "fedora:36"
# - "fedora:37"
# - "fedora:38"
- "fedora:39"
# - "rockylinux:8"
# - "rockylinux:9"
fds-version:
- "5.5.3"
- "6.1.2"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/smv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
container:
- "fedora:36"
- "fedora:37"
- "fedora:38"
# - "fedora:39"
# - "fedora:36"
# - "fedora:37"
# - "fedora:38"
- "fedora:39"
# - "rockylinux:8"
# - "rockylinux:9"
container: ${{ matrix.container }}
Expand Down

0 comments on commit fd13ed7

Please sign in to comment.