Skip to content

Commit c98d5e8

Browse files
Merge pull request #158 from lightpanda-io/rollback-build-ubunto-22.04
Rollback build ubunto 22.04
2 parents 1c6674a + f1bb214 commit c98d5e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ jobs:
1414
build-x86_64-linux:
1515
uses: ./.github/workflows/_prebuild-v8.yml
1616
with:
17-
runner: ubuntu-24.04
17+
runner: ubuntu-22.04
1818
target: x86_64-linux
1919
build_type: release
2020

2121
build-x86_64-linux-debug:
2222
uses: ./.github/workflows/_prebuild-v8.yml
2323
with:
24-
runner: ubuntu-24.04
24+
runner: ubuntu-22.04
2525
target: x86_64-linux
2626
build_type: debug
2727

2828
build-arm64-linux:
2929
uses: ./.github/workflows/_prebuild-v8.yml
3030
with:
31-
runner: ubuntu-24.04-arm
31+
runner: ubuntu-22.04-arm
3232
target: aarch64-linux
3333
build_type: release
3434

0 commit comments

Comments
 (0)