Browse Source

Change runner from ubuntu-24.04 to ubuntu-22.04

pull/6879/head
Jason Yang 3 months ago
committed by GitHub
parent
commit
112fc7e482
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

2
.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

Loading…
Cancel
Save