Skip to content

Commit 3bfc0f4

Browse files
committed
use ubuntu-24.04
1 parent 400400b commit 3bfc0f4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-verify.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
type: choice
1515
description: 'The type of runner to use'
1616
required: true
17-
default: 'ubuntu-22.04'
17+
default: 'ubuntu-24.04'
1818
options:
19-
- 'ubuntu-22.04'
20-
- 'ubuntu-22.04-arm'
19+
- 'ubuntu-24.04'
20+
- 'ubuntu-24.04-arm'
2121
- 'macos-latest'
2222
build-for:
2323
type: choice
@@ -34,7 +34,7 @@ env:
3434
jobs:
3535
build-desktop:
3636
if: ${{ !github.event.inputs.build-for || github.event.inputs.build-for == 'desktop' }}
37-
runs-on: ${{ github.event.inputs.runner-type || 'ubuntu-22.04' }}
37+
runs-on: ${{ github.event.inputs.runner-type || 'ubuntu-24.04' }}
3838

3939
steps:
4040
- uses: actions/checkout@v4
@@ -92,7 +92,7 @@ jobs:
9292

9393
build-android:
9494
if: ${{ !github.event.inputs.build-for || github.event.inputs.build-for == 'android' }}
95-
runs-on: ${{ github.event.inputs.runner-type || 'ubuntu-22.04' }}
95+
runs-on: ${{ github.event.inputs.runner-type || 'ubuntu-24.04' }}
9696

9797
steps:
9898
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
- target: windows
6666
os: windows-latest
6767
- target: linux-x86_64
68-
os: ubuntu-22.04
68+
os: ubuntu-24.04
6969
- target: linux-arm64
70-
os: ubuntu-22.04-arm
70+
os: ubuntu-24.04-arm
7171
- target: macos
7272
os: macos-latest
7373
- target: android

0 commit comments

Comments
 (0)