Skip to content

Commit

Permalink
Merge pull request #143 from issp-center-dev/test_on_ubuntu_2204
Browse files Browse the repository at this point in the history
CI test on Ubuntu 22.04 and macOS 11
  • Loading branch information
yomichi authored Feb 22, 2023
2 parents 57027e6 + cc15287 commit a8b5424
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
mpisize: [1, 4, 16]
ompsize: [1, 3]
include:
- os: macos-10.15
- os: macos-11
mpisize: 1
ompsize: 1
- os: ubuntu-20.04
mpisize: 1
ompsize: 1
fail-fast: false
Expand Down

0 comments on commit a8b5424

Please sign in to comment.