Browse Source
Change runner from ubuntu-24.04 to ubuntu-22.04
pull/6879/head
Jason Yang
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/build.yml
|
|
|
@ -41,7 +41,7 @@ defaults: |
|
|
|
jobs: |
|
|
|
build: |
|
|
|
name: Build and Test ${{ matrix.channel }} |
|
|
|
runs-on: ubuntu-24.04 |
|
|
|
runs-on: ubuntu-22.04 |
|
|
|
timeout-minutes: 120 |
|
|
|
container: |
|
|
|
image: debian:12 |
|
|
|
|