Skip to content

Commit

Permalink
WIP: Try building on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre-nistad committed Jan 7, 2025
1 parent 6f5de50 commit bcb18ce
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,27 @@ jobs:
strategy:
matrix:
python:
- 3.7
- 3.8 # Included in RMS 12.1, and newer
- 3.9
- "3.10"
- 3.11 # Included in RMS 14.2, and newer
# - 3.7
# - 3.8 # Included in RMS 12.1, and newer
# - 3.9
# - "3.10"
# - 3.11 # Included in RMS 14.2, and newer
- 3.12
os:
- ubuntu-20.04
# - ubuntu-20.04
- windows-2019
# Intel based
- macos-11
# ARM based
- macos-14
exclude:
# Python 3.7-3.9 are not available on ARM64
- os: macos-14
python: 3.7
- os: macos-14
python: 3.8
- os: macos-14
python: 3.9
# # Intel based
# - macos-11
# # ARM based
# - macos-14
# exclude:
# # Python 3.7-3.9 are not available on ARM64
# - os: macos-14
# python: 3.7
# - os: macos-14
# python: 3.8
# - os: macos-14
# python: 3.9

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bcb18ce

Please sign in to comment.