Skip to content

Commit c0fcfda

Browse files
restore all platform build
1 parent 132ab0a commit c0fcfda

2 files changed

Lines changed: 12 additions & 16 deletions

File tree

.github/workflows/devel-sofa-python3.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,14 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
# target: [{platform: "linux-64", runner: "ubuntu-latest"},
94-
# {platform: "linux-aarch64", runner: "ubuntu-24.04-arm"},
95-
# {platform: "osx-arm64", runner: "macos-latest"},
96-
# {platform: "win-64", runner: "windows-latest"}]
97-
# target: [{platform: "linux-64", runner: "ubuntu-latest"},
98-
# {platform: "linux-aarch64", runner: "ubuntu-24.04-arm"},
99-
# {platform: "osx-arm64", runner: "macos-latest"},
100-
# {platform: "win-64", runner: "windows-latest"}]
101-
# Restrict to linux-aarch64 for debugging
102-
target: [{platform: "linux-aarch64", runner: "ubuntu-24.04-arm"}]
93+
target: [{platform: "linux-64", runner: "ubuntu-latest"},
94+
{platform: "linux-aarch64", runner: "ubuntu-24.04-arm"},
95+
{platform: "osx-arm64", runner: "macos-latest"},
96+
{platform: "win-64", runner: "windows-latest"}]
97+
target: [{platform: "linux-64", runner: "ubuntu-latest"},
98+
{platform: "linux-aarch64", runner: "ubuntu-24.04-arm"},
99+
{platform: "osx-arm64", runner: "macos-latest"},
100+
{platform: "win-64", runner: "windows-latest"}]
103101
python: ["3.10", "3.12"]
104102

105103
uses: ./.github/workflows/build_publish_package.yml

.github/workflows/devel-sofa.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,10 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
# target: [{platform: "linux-64", runner: "ubuntu-latest"},
82-
# {platform: "linux-aarch64", runner: "ubuntu-24.04-arm"},
83-
# {platform: "osx-arm64", runner: "macos-latest"},
84-
# {platform: "win-64", runner: "windows-latest"}]
85-
# Restrict to linux-aarch64 for debugging
86-
target: [{platform: "linux-aarch64", runner: "ubuntu-24.04-arm"}]
81+
target: [{platform: "linux-64", runner: "ubuntu-latest"},
82+
{platform: "linux-aarch64", runner: "ubuntu-24.04-arm"},
83+
{platform: "osx-arm64", runner: "macos-latest"},
84+
{platform: "win-64", runner: "windows-latest"}]
8785
uses: ./.github/workflows/build_publish_package.yml
8886
# skip if event is closing PR without merging
8987
if: ${{ !(github.event.action == 'closed' && github.event_name == 'pull_request' && github.event.pull_request.merged == false) }}

0 commit comments

Comments
 (0)