Skip to content

Commit

Permalink
Update Installers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Dec 6, 2023
1 parent cb747d7 commit f429d40
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/Installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
formal_platform: "Linux-x86_64"
python-version: '3.11'

- runs-on: ubuntu-latest
platform: linux-64
formal_platform: "Linux-x86_64"
python-version: '3.12'

#########################

- runs-on: macos-latest
Expand All @@ -53,6 +58,11 @@ jobs:
formal_platform: "MacOSX-arm64"
python-version: '3.11'

- runs-on: macos-latest
platform: osx-arm64
formal_platform: "MacOSX-arm64"
python-version: '3.12'

#########################

- runs-on: macos-latest
Expand All @@ -75,6 +85,11 @@ jobs:
formal_platform: "MacOSX-x86_64"
python-version: '3.11'

- runs-on: macos-latest
platform: osx-64
formal_platform: "MacOSX-x86_64"
python-version: '3.12'

#########################

- runs-on: windows-latest
Expand All @@ -97,6 +112,11 @@ jobs:
formal_platform: "Windows-x86_64"
python-version: '3.11'

- runs-on: windows-latest
platform: win-64
formal_platform: "Windows-x86_64"
python-version: '3.12'

env:
PLATFORM: ${{ matrix.cfg.platform }}
PYVER: ${{ matrix.cfg.python-version }}
Expand Down

0 comments on commit f429d40

Please sign in to comment.