Skip to content

Commit d5a9913

Browse files
authored
Lower the Ubuntu version for the release (#2662)
1 parent d325f48 commit d5a9913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- os: ubuntu-latest
20+
- os: ubuntu-22.04
2121
arch: x86_64
2222
name: linux-x64
23-
- os: ubuntu-24.04-arm
23+
- os: ubuntu-22.04-arm
2424
arch: aarch64
2525
name: linux-arm64
2626
- os: macos-14

0 commit comments

Comments
 (0)