Skip to content

Commit

Permalink
Merge pull request #35 from nyurik/more-targets
Browse files Browse the repository at this point in the history
Add more CI test platforms
  • Loading branch information
ikalnytskyi authored Aug 10, 2024
2 parents 2686486 + 163d97f commit 4f88640
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ jobs:
strategy:
matrix:
os:
- ubuntu-22.04
- ubuntu-20.04
- windows-2022
- windows-2019
- macos-14
- macos-13
- ubuntu-22.04
- ubuntu-24.04
- macos-12
- macos-13
- macos-14 # M1 CPU
- windows-2019
- windows-2022
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -53,8 +54,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 4f88640

Please sign in to comment.