Lets use an older ubuntu image for more compatibility (#719)
This commit is contained in:
parent
10afd421f2
commit
8d2c2b42a5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
linux:
|
||||
name: Linux
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user