Skip to content

Commit 1f87690

Browse files
committed
update to ubuntu22.04
1 parent c868933 commit 1f87690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
include:
1717
- { os: ubuntu-20.04, target: linux, platform: linux-x64 }
18-
- { os: ubuntu-20.04, target: linux, platform: linux-aarch64 }
18+
- { os: ubuntu-22.04, target: linux, platform: linux-aarch64 }
1919
- { os: macos-latest, target: darwin, platform: darwin-x64 }
2020
- { os: macos-latest, target: darwin, platform: darwin-arm64 }
2121
- { os: windows-latest, target: windows, platform: win32-x64 }

0 commit comments

Comments
 (0)