We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c6674a + f1bb214 commit c98d5e8Copy full SHA for c98d5e8
1 file changed
.github/workflows/build-release.yml
@@ -14,21 +14,21 @@ jobs:
14
build-x86_64-linux:
15
uses: ./.github/workflows/_prebuild-v8.yml
16
with:
17
- runner: ubuntu-24.04
+ runner: ubuntu-22.04
18
target: x86_64-linux
19
build_type: release
20
21
build-x86_64-linux-debug:
22
23
24
25
26
build_type: debug
27
28
build-arm64-linux:
29
30
31
- runner: ubuntu-24.04-arm
+ runner: ubuntu-22.04-arm
32
target: aarch64-linux
33
34
0 commit comments