Skip to content

Commit e399445

Browse files
committed
fix: ci
Signed-off-by: lxl66566 <lxl66566@gmail.com>
1 parent 9e1f540 commit e399445

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, windows-latest, macos-latest]
12+
os: [windows-latest]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: release rust project
1616
uses: lxl66566/rust-simple-release@main
1717
with:
1818
targets: |
19-
aarch64-unknown-linux-gnu
20-
aarch64-unknown-linux-musl
2119
x86_64-pc-windows-msvc
22-
x86_64-unknown-linux-musl
23-
x86_64-unknown-linux-gnu
24-
aarch64-apple-darwin
25-
x86_64-apple-darwin
2620
token: ${{ secrets.GH_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
test:
1212
name: cargo test
13-
runs-on: ubuntu-latest
13+
runs-on: windows-latest
1414
env:
1515
SCCACHE_GHA_ENABLED: "true"
1616
RUSTC_WRAPPER: "sccache"

0 commit comments

Comments
 (0)