diff options
| author | 2026-01-18 22:02:03 +0800 | |
|---|---|---|
| committer | 2026-01-18 22:02:03 +0800 | |
| commit | f60c12c851e32859ae3905c0a9da717a5e6df3e4 (patch) | |
| tree | e6050644157c95e18c77f249d42304da768fcf4a /.github/workflows | |
| parent | 48e918b8f66fbc395651bfec5bfd14d861205cae (diff) | |
| download | DropOut-f60c12c851e32859ae3905c0a9da717a5e6df3e4.tar.gz DropOut-f60c12c851e32859ae3905c0a9da717a5e6df3e4.zip | |
ci(semifold): change os name
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index 79df1b1..098eec5 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -20,7 +20,7 @@ jobs: matrix: include: - platform: "ubuntu-22.04" - name: "Linux x86-64" + name: "Linux x86_64" target: "x86_64-unknown-linux-gnu" args: "--target x86_64-unknown-linux-gnu" - platform: "ubuntu-24.04-arm" @@ -32,7 +32,7 @@ jobs: target: "aarch64-apple-darwin" args: "--target aarch64-apple-darwin" - platform: "windows-latest" - name: "Windows x86-64" + name: "Windows x86_64" target: "x86_64-pc-windows-msvc" args: "--target x86_64-pc-windows-msvc" - platform: "windows-11-arm" |