Skip to content

Commit

Permalink
Merge pull request #3 from zuodexin/workflow
Browse files Browse the repository at this point in the history
release only linux
  • Loading branch information
zuodexin authored Nov 19, 2022
2 parents 7b9fb1a + 030f0ee commit a7d370a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CreateAndTestRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: update_version
strategy:
matrix:
os: [ubuntu-18.04, macos-latest, windows-latest]
os: [ubuntu-18.04]
pyversion: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
needs: build_pymeshlab
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
pyversion: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- name: Download PyMeshLab_${{ runner.os }}_python${{ matrix.pyversion }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
pyversion: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- name: Download pymeshlab_whl_${{ runner.os }}_python${{ matrix.pyversion }}
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [Linux, macOS, Windows]
os: [Linux]
pyversion: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
#download zip package
Expand Down

0 comments on commit a7d370a

Please sign in to comment.