Update build.yml with ubuntu-24.04 (#718)

This commit is contained in:
Jack Slater 2025-04-25 20:42:01 -10:00 committed by GitHub
parent 533934a2ec
commit 10afd421f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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