Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
ruby: [ '3.2', '3.3', '3.4' ]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install gcc and gfortran
run: sudo apt-get install -y gcc gfortran
- name: Set up Ruby ${{ matrix.ruby }}
Expand All @@ -27,7 +27,7 @@ jobs:
fail-fast: false
name: Ruby 3.4 (macOS)
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install gcc, gfortran, and cmake
run: |
brew install gcc gfortran cmake
Expand Down
Loading