Skip to content

Commit

Permalink
disable rockylinux:8 & fedora:39
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Dec 29, 2024
1 parent 7cfb9a4 commit c1540a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cfast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
strategy:
matrix:
container:
- "fedora:39"
- "rockylinux:8"
- "fedora:40"
- "rockylinux:9"
cfast-version:
- "7.0.1"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/fds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
strategy:
matrix:
container:
- "fedora:39"
- "rockylinux:8"
- "fedora:40"
- "rockylinux:9"
fds-version:
- "5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
container:
- "rockylinux:9"
- "fedora:39"
- "fedora:40"
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c1540a9

Please sign in to comment.