Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 17, 2024
1 parent 70847d1 commit 1969db4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
# os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
python-version: ['3.8']
os: [ubuntu-20.04]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
# python-version: ['3.8']
# os: [ubuntu-20.04]
needs: [build-all-platforms]
steps:
- uses: actions/checkout@v4
Expand All @@ -68,8 +68,8 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
# os: [macos-12, macos-13, macos-14, macos-15]
os: [macos-14, macos-15]
os: [macos-12, macos-13, macos-14, macos-15]
# os: [macos-14, macos-15]
needs: [build-all-platforms]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1969db4

Please sign in to comment.