Skip to content

Commit 9e91c07

Browse files
committed
update to ubuntu-22.04
1 parent 7aed696 commit 9e91c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
include:
27-
- { os: ubuntu-20.04, target: linux, platform: linux-x64 }
28-
- { os: ubuntu-20.04, target: linux, platform: linux-arm64 }
27+
- { os: ubuntu-22.04, target: linux, platform: linux-x64 }
28+
- { os: ubuntu-22.04, target: linux, platform: linux-arm64 }
2929
- { os: macos-latest, target: darwin, platform: darwin-x64 }
3030
- { os: macos-latest, target: darwin, platform: darwin-arm64 }
3131
#- { os: windows-latest, target: windows, platform: win32-ia32 } # 不再支持32位

0 commit comments

Comments
 (0)