Skip to content

Commit

Permalink
Update minimum.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Jul 30, 2024
1 parent ec8b320 commit 28a2bc0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11','3.12']
os: [ubuntu-latest, windows-latest]
include:
- os: macos-12
python-version: '3.8'
- os: macos-12
python-version: '3.12'
- os: macos-latest
python-version: '3.10'
python-version: '3.8'
- os: macos-latest
python-version: '3.12'
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} for arm64
if: matrix.os == 'macos-latest'
uses: "gabrielfalcao/pyenv-action@v17"
with:
default: ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }}
if: matrix.os != 'macos-latest'
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 28a2bc0

Please sign in to comment.