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 85db6e3 commit f16514f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compiler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
config:
- {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 @@ -81,7 +81,7 @@ jobs:
config:
- {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 @@ -175,7 +175,7 @@ jobs:
config:
- {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
4 changes: 2 additions & 2 deletions .github/workflows/compiler-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
config:
- {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 @@ -55,7 +55,7 @@ jobs:
config:
- {name: aarch64-macos, os: macos-14}
- {name: x86_64-linux, os: ubuntu-22.04}
- {name: x86_64-windows, os: windows-2019, arch: x64}
# - {name: x86_64-windows, os: windows-2019, arch: x64}

steps:
- uses: actions/checkout@v3
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 @@ -12,7 +12,7 @@ jobs:
config:
- {name: aarch64-macos, os: macos-14,}
- {name: x86_64-linux, os: ubuntu-latest}
- {name: x86_64-windows, os: windows-2019}
# - {name: x86_64-windows, os: windows-2019}

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
config:
- { 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

0 comments on commit f16514f

Please sign in to comment.