Skip to content

Commit

Permalink
Merge branch 'refs/heads/Ver.2.0_alpha' into Ver.2.0_w_PVR
Browse files Browse the repository at this point in the history
  • Loading branch information
hiromatsui committed Nov 26, 2024
2 parents 31beda2 + 1460f10 commit 87b3573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
Run-on-Ubuntu:
name: test-compile on Ubuntu
runs-on: [ubuntu-20.04]
runs-on: [ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- name: build
Expand All @@ -41,7 +41,7 @@ jobs:
Run-on-Mac:
name: test-compile on Mac
runs-on: [macos-latest]
runs-on: [macos-14]
steps:
- uses: actions/checkout@v2
- name: build
Expand All @@ -50,7 +50,7 @@ jobs:
brew info open-mpi
brew install gfortran
a=`which gfortran-11`; \
a=`which gfortran-14`; \
b=`dirname $a`; \
c=$b/gfortran; \
ln -s $a $c
Expand Down

0 comments on commit 87b3573

Please sign in to comment.