Skip to content

Commit 3520cf8

Browse files
committed
build on latest ubuntu LTS
1 parent 4dc8288 commit 3520cf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
include:
23+
- { os: ubuntu-22.04, target: linux, platform: linux-x64 }
24+
- { os: ubuntu-22.04, target: linux, platform: linux-arm64 }
2325
- { os: ubuntu-18.04, target: linux, platform: linux-x64 }
2426
- { os: ubuntu-18.04, target: linux, platform: linux-arm64 }
2527
- { os: macos-11, target: darwin, platform: darwin-x64 }

0 commit comments

Comments
 (0)