Skip to content

Commit e1be520

Browse files
committed
downgrade to ubuntu v20.04
1 parent 96f76c8 commit e1be520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
os: 'ubuntu-20.04'
1414
tar_extra_args: ''
1515
- id: 'linux-aarch64'
16-
os: "ubuntu-latest"
16+
os: "ubuntu-20.04"
1717
# os: ['self-hosted', 'linux', 'ARM64']
1818
- id: 'linux-riscv64'
19-
os: "ubuntu-latest"
19+
os: "ubuntu-20.04"
2020
# os: ['self-hosted', 'linux', 'RISCV64']
2121
- id: 'darwin-amd64'
2222
os: 'macos-13'

0 commit comments

Comments
 (0)