Skip to content

Commit

Permalink
add new CI runners (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk authored Nov 2, 2024
1 parent 617f9bd commit 8020819
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
runner:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- macos-13
- macos-14
- macos-15
- windows-2019
- windows-2022
runs-on: ${{ matrix.runner }}
Expand All @@ -49,8 +51,10 @@ jobs:
runner:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- macos-13
- macos-14
- macos-15
- windows-2019
- windows-2022
runs-on: ${{ matrix.runner }}
Expand Down

0 comments on commit 8020819

Please sign in to comment.