Skip to content

Commit

Permalink
Add more CI test platforms
Browse files Browse the repository at this point in the history
Ensure this action would pass on all available GitHub runners
  • Loading branch information
nyurik committed Aug 7, 2024
1 parent 04051f8 commit ae53d1b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
- windows-2022
- windows-2019
- macos-14
- macos-13
- macos-latest
- macos-11
- macos-12
- macos-13
- macos-14 # M1 CPU
- windows-latest
- windows-2019
- windows-2022
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit ae53d1b

Please sign in to comment.