Skip to content

Commit d823f85

Browse files
committed
Fix CI settings.
1 parent 4d415f6 commit d823f85

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
platform: aarch64
5757
test-category: smoke
5858
full-gpu-tests: false
59-
runs-on: [self-hosted, Linux, ARM64]
60-
has-gpu: true
59+
runs-on: ubuntu-24.04-arm
60+
has-gpu: false
6161
# Self-hosted full gpu build
6262
- os: windows
6363
config: release

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
platform: [x86_64, aarch64]
2525
test-category: [smoke]
2626
include:
27-
- { os: linux, runs-on: ubuntu-20.04, compiler: gcc }
27+
- { os: linux, platform:x86_64, runs-on: ubuntu-22.04, compiler: gcc }
28+
- { os: linux, platform:aarch64, runs-on: ubuntu-22.04-arm, compiler: gcc }
2829
- { os: windows, runs-on: windows-latest, compiler: cl }
2930
- { os: macos, runs-on: macos-latest, compiler: clang }
3031

0 commit comments

Comments
 (0)