Skip to content

Commit

Permalink
ci: use ruby-3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Dec 14, 2024
1 parent f8a958a commit 5922652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ 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 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
- name: Install BLAS and LAPACK
run: pacman -S --noconfirm mingw-w64-ucrt-x86_64-openblas mingw-w64-ucrt-x86_64-lapack
- name: Build and test with Rake
Expand Down

0 comments on commit 5922652

Please sign in to comment.