Update build.yml with ubuntu-24.04 (#718)
This commit is contained in:
parent
533934a2ec
commit
10afd421f2
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-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user