Skip to content

Commit

Permalink
Merge pull request #138 from rake-compiler/flavorjones-update-ci-wind…
Browse files Browse the repository at this point in the history
…ows-to-3.4

ci: update CI to test windows on "3.4"
  • Loading branch information
flavorjones authored Dec 31, 2024
2 parents aa27315 + 84bc1c2 commit 3811c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
ruby: "3.3"
platform: x64-mingw-ucrt
- os: windows-latest
ruby: "head" # "3.4.0-rc1" not available yet on windows
ruby: "3.4"
platform: x64-mingw-ucrt
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
ruby: "3.3"
platform: x64-mingw-ucrt
- os: windows-latest
ruby: "head" # "3.4.0-rc1" not available yet on windows
ruby: "3.4"
platform: x64-mingw-ucrt
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 3811c31

Please sign in to comment.