Skip to content

Commit

Permalink
all test
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Sep 14, 2024
1 parent 752efec commit 85db6e3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/compiler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
strategy:
matrix:
config:
- {name: x86_64-macos, os: macos-12, buildType: Release}
- {name: aarch64-macos, os: macos-14, buildType: Release}
- {name: x86_64-linux, os: ubuntu-22.04, buildType: Release}
# - {name: x86_64-windows, os: windows-2019, arch: x64, buildType: Release}
- {name: x86_64-windows, os: windows-2019, arch: x64, buildType: Release}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -79,9 +79,9 @@ jobs:
matrix:
dotnet-version: ['7.0']
config:
- {name: x86_64-macos, os: macos-12, shell: bash, rid: osx-x64, buildType: Release}
- {name: aarch64-macos, os: macos-14, shell: bash, rid: osx-x64, buildType: Release}
- {name: x86_64-linux, os: ubuntu-22.04, shell: bash, rid: linux-x64, buildType: Release}
# - {name: x86_64-windows, os: windows-2019, shell: bash, rid: win-x64, buildType: Release}
- {name: x86_64-windows, os: windows-2019, shell: bash, rid: win-x64, buildType: Release}

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -173,9 +173,9 @@ jobs:
matrix:
dotnet-version: ['7.0']
config:
- {name: x86_64-macos, os: macos-12, shell: bash}
- {name: aarch64-macos, os: macos-14, shell: bash}
- {name: x86_64-linux, os: ubuntu-22.04, shell: bash}
# - {name: x86_64-windows, os: windows-2019, shell: bash}
- {name: x86_64-windows, os: windows-2019, shell: bash}

steps:
- uses: actions/checkout@v3
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/compiler-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
dotnet-version: ['7.0']
config:
- {name: x86_64-macos, os: macos-12, shell: bash, rid: osx-x64, buildType: Release}
- {name: aarch64-macos, os: macos-14, shell: bash, rid: osx-x64, buildType: Release}
- {name: x86_64-linux, os: ubuntu-22.04, shell: bash, rid: linux-x64, buildType: Release}
- {name: x86_64-windows, os: windows-2019, shell: bash, rid: win-x64, buildType: Release}

Expand All @@ -25,11 +25,6 @@ jobs:
with:
dotnet-version: '7.0.x'

- name: Set dotnet version
run: |
cd ${{github.workspace}}
sh set_dotnet_version.sh 7
- name: Cache NuGet packages
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -58,7 +53,7 @@ jobs:
matrix:
dotnet-version: ['7.0']
config:
- {name: x86_64-macos, os: macos-12}
- {name: aarch64-macos, os: macos-14}
- {name: x86_64-linux, os: ubuntu-22.04}
- {name: x86_64-windows, os: windows-2019, arch: x64}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jupyter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
config:
- {name: x86_64-macos, os: macos-12}
- {name: aarch64-macos, os: macos-14,}
- {name: x86_64-linux, os: ubuntu-latest}
- {name: x86_64-windows, os: windows-2019}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
config:
- { name: x86_64-macos, os: macos-12, buildType: Release }
- { name: aarch64-macos, os: macos-14, buildType: Release }
- { name: x86_64-linux, os: ubuntu-latest, buildType: Release }
# - { name: x86_64-windows, os: windows-2019, arch: x64, buildType: Release }
- { name: x86_64-windows, os: windows-2019, arch: x64, buildType: Release }

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repair-wheel-command = "LD_LIBRARY_PATH=/usr/lib64 auditwheel repair -w {dest_di
# CXX = "g++-14"

[tool.cibuildwheel.macos]
archs = ["x86_64"]
archs = ["arm64"]

[tool.cibuildwheel.macos.environment]
MACOSX_DEPLOYMENT_TARGET = "10.15"

0 comments on commit 85db6e3

Please sign in to comment.