Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c8c4f72

Browse files
Upgrade GHA Linux runners
1 parent 6ad5971 commit c8c4f72

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
build-linux-ubuntu-x64-clang:
88
if: github.ref_type != 'tag'
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010

1111
steps:
1212
- name: Checkout
@@ -39,7 +39,7 @@ jobs:
3939

4040
build-linux-docker:
4141
name: build-linux-docker-${{ matrix.arch }}
42-
runs-on: ubuntu-22.04
42+
runs-on: ubuntu-24.04
4343
env:
4444
FB_DOCKER_PATH: ${{ (startsWith(matrix.arch, 'arm') && 'arm32-arm64') || 'x86-x64' }}
4545

@@ -94,7 +94,7 @@ jobs:
9494

9595
build-src-bundle-docker:
9696
name: build-src-bundle-docker
97-
runs-on: ubuntu-22.04
97+
runs-on: ubuntu-24.04
9898

9999
steps:
100100
- name: Checkout
@@ -122,8 +122,8 @@ jobs:
122122

123123
build-alpine-x64:
124124
if: github.ref_type != 'tag'
125-
runs-on: ubuntu-22.04
126-
container: alpine:3.14
125+
runs-on: ubuntu-24.04
126+
container: alpine:3.22.1
127127

128128
steps:
129129
- name: Checkout
@@ -441,7 +441,7 @@ jobs:
441441

442442
build-android-initial:
443443
name: build-android-${{ matrix.arch }}-initial
444-
runs-on: ubuntu-22.04
444+
runs-on: ubuntu-24.04
445445
env:
446446
NDK: /home/runner/Android/Ndk
447447
ARCH: ${{ matrix.arch }}
@@ -593,7 +593,7 @@ jobs:
593593

594594
build-android-aar:
595595
needs: build-android-final
596-
runs-on: ubuntu-22.04
596+
runs-on: ubuntu-24.04
597597

598598
steps:
599599
- name: Checkout

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /