diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-08-21 19:48:43 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-08-23 10:58:23 -0400 |
commit | 7e436bddf7d2999ca04cc9f78383f17261ed1659 (patch) | |
tree | 8c40e9cfb247c3f43dbd567a621a29533501653c /.github/workflows/codecov.yml | |
parent | ae18a33e6481c8146774908e7d4a01934ce9bfa6 (diff) | |
download | bfs-7e436bddf7d2999ca04cc9f78383f17261ed1659.tar.xz |
ci: Update runners to Ubuntu 24.04
Diffstat (limited to '.github/workflows/codecov.yml')
-rw-r--r-- | .github/workflows/codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 6aaace6..e2df25a 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -4,7 +4,7 @@ on: [push] jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 |