Skip to content

Commit

Permalink
build: 更改构建为 ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
KonghaYao committed Dec 30, 2024
1 parent 22d5915 commit fc1d5ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
matrix:
platform:
- os-name: FreeBSD-x86_64
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
target: x86_64-unknown-freebsd

- os-name: aarch64-unknown-linux-gnu
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
target: aarch64-unknown-linux-gnu

- os-name: x86_64-unknown-linux-gnu
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
target: x86_64-unknown-linux-gnu

# - os-name: Linux-x86_64-musl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cross-use.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
inputs:
version:
description: '测试写这个为 true'
description: '版本号'
required: true
default: '7.0.0-beta-9'
dryRun:
Expand Down

0 comments on commit fc1d5ed

Please sign in to comment.