Skip to content

Commit

Permalink
os
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Apr 11, 2024
1 parent 06f78ee commit 890cf9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ on:

jobs:
Test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ['3.12', '3.11', '3.10', '3.9', '3.8']
include:
- python_version: '3.12'
Expand Down Expand Up @@ -41,6 +40,7 @@ jobs:
debug_build: 0
documentation: 0
protobuf_type: 'Internal'
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 890cf9e

Please sign in to comment.