Skip to content

Commit

Permalink
Itemize all supported GitHub runner labels for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nafarlee committed Jan 6, 2025
1 parent ac94c4d commit 8931e9e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ jobs:
- 1.15.0
- "0.1"
os:
- windows-latest
- ubuntu-latest
- macos-latest
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
- windows-2025
- windows-2022
- windows-2019
- macos-13
- macos-14
- macos-15
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8931e9e

Please sign in to comment.