Skip to content

Commit

Permalink
Enable macos and windows builders
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Apr 10, 2024
1 parent 6e20e03 commit d7e124a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/step_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,24 @@ jobs:
toolchain: [ gcc, llvm, intel ]
python-version: [ "3.8", "3.x" ]
include:
# - os: windows-2019
# toolchain: windows
# python-version: "3.x"
- os: macos-11
toolchain: macos
python-version: "3.x"
- os: windows-latest
toolchain: windows
python-version: "3.x"
experimental: true
- os: macos-latest
toolchain: macos
python-version: "3.x"
experimental: true
- os: macos-13
toolchain: macos
python-version: "3.x"
- os: macos-14
toolchain: macos
python-version: "3.x"
- os: windows-2019
toolchain: windows
python-version: "3.x"
- os: windows-latest
toolchain: windows
python-version: "3.x"
# - python-version: "3.13"
# experimental: true
# pre: true
Expand Down

0 comments on commit d7e124a

Please sign in to comment.