Skip to content

Commit

Permalink
ci: use ruby-3.3 on Windows and macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Aug 10, 2024
1 parent 895eb1f commit aeb25ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:

build-win:
runs-on: windows-latest
name: Ruby 3.2 (Windows)
name: Ruby 3.3 (Windows)
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- name: Install BLAS and LAPACK
- name: Install OpenBLAS and LAPACK
run: pacman -S --noconfirm mingw-w64-ucrt-x86_64-openblas mingw-w64-ucrt-x86_64-lapack
- name: Run the default task
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
build-mac:
runs-on: macos-latest
name: Ruby 3.2 (macOS)
name: Ruby 3.3 (macOS)
steps:
- uses: actions/checkout@v4
- name: Install OpenBLAS
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- name: Run the default task
run: |
Expand Down

0 comments on commit aeb25ca

Please sign in to comment.