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/codeql.yml | |
parent | ae18a33e6481c8146774908e7d4a01934ce9bfa6 (diff) | |
download | bfs-7e436bddf7d2999ca04cc9f78383f17261ed1659.tar.xz |
ci: Update runners to Ubuntu 24.04
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a0b8fe3..1f2041c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,7 +13,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: actions: read contents: read |