Skip to content

Commit

Permalink
Update CI version and rename files (chaos-polymtl#1251)
Browse files Browse the repository at this point in the history
Description
The CI used to run deal.II 9.5. Now that the 9.6 major release is out, switch the CI to 9.6 and renable the CI. Also, I changed the names of the yml files to make them more uniform

Former-commit-id: f77ab97
  • Loading branch information
blaisb authored Aug 20, 2024
1 parent 68804f5 commit 9463a09
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
strategy:
fail-fast: false
matrix:
dealii_version: ["master"]
dealii_version: ["master-focal", "v9.6.0-jammy"]

# Run steps in container of dealii's master branch
container:
image: dealii/dealii:${{ matrix.dealii_version }}-focal
image: dealii/dealii:${{ matrix.dealii_version }}
options: --user root

steps:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
strategy:
fail-fast: false
matrix:
dealii_version: ["master", "v9.5.0"]
dealii_version: ["master-focal", "v9.6.0-jammy"]

# Run steps in container of dealii's master branch
container:
image: dealii/dealii:${{ matrix.dealii_version }}-focal
image: dealii/dealii:${{ matrix.dealii_version }}
options: --user root

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
strategy:
fail-fast: false
matrix:
dealii_version: ["master", "v9.5.0"]
dealii_version: ["master-focal", "v9.6.0-jammy"]

# Run steps in container of dealii's master branch
container:
image: dealii/dealii:${{ matrix.dealii_version }}-focal
image: dealii/dealii:${{ matrix.dealii_version }}
options: --user root

steps:
Expand Down

0 comments on commit 9463a09

Please sign in to comment.