Skip to content

Commit

Permalink
ci test: fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 4, 2024
1 parent f7e31c1 commit a727f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- ubuntu-latest
- windows-latest
exclude:
- { runs-os: macos-latest, ruby-version: "2.5" }
- { runs-on: macos-latest, ruby-version: "2.5" }
- { runs-on: windows-latest, ruby-version: "3.1" }
- { runs-on: windows-latest, ruby-version: debug }
include:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- ubuntu-latest
- windows-latest
exclude:
- { runs-os: macos-latest, ruby-version: "2.5" }
- { runs-on: macos-latest, ruby-version: "2.5" }
- { runs-on: windows-latest, ruby-version: "3.1" }
- { runs-on: windows-latest, ruby-version: debug }
include:
Expand Down

0 comments on commit a727f84

Please sign in to comment.