Skip to content

Commit

Permalink
Merge pull request #83 from SotaYoshida/dev
Browse files Browse the repository at this point in the history
CI.yml fixed
  • Loading branch information
SotaYoshida authored Jun 9, 2023
2 parents 9516b9f + da698ae commit f48d79f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
if: ${{ matrix.payload == 'serial' }}
continue-on-error: ${{ matrix.version == 'nightly' }}
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- {version: '1.8', os: 'ubuntu-18.04', payload: mpi}
- {version: '1.8', os: 'ubuntu-latest', payload: mpi}
mpi: [ 'openmpi' ]
name: mpi test
steps:
Expand All @@ -62,12 +62,12 @@ jobs:
export PATH=$PATH:/home/runner/.julia/bin
mpiexecjl -n 4 julia --depwarn=yes --project=@. ./test/mpirun_test.jl
build2:
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
include:
- {version: '1.8', os: 'ubuntu-18.04'}
- {version: '1.8', os: 'ubuntu-latest'}
name: Run sample_script.jl
steps:
- uses: actions/checkout@v2
Expand All @@ -86,7 +86,7 @@ jobs:
commit_message: Update log_sample_script.txt
docs:
name: Documentation
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit f48d79f

Please sign in to comment.