diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-04-08 10:24:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-04-16 13:19:54 -0400 |
commit | efc2d9b364f063fe366cc12ce49374a007a570be (patch) | |
tree | bdaf0f5fa697e5b091b5aa91a1ed4f5db266a136 | |
parent | d96bb6ca82d179b097777cb871b8ec9085239592 (diff) | |
download | kutter-efc2d9b364f063fe366cc12ce49374a007a570be.tar.gz kutter-efc2d9b364f063fe366cc12ce49374a007a570be.tar.xz kutter-efc2d9b364f063fe366cc12ce49374a007a570be.zip |
workflows: Update github build-test.yaml to ubuntu-22.04
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | .github/workflows/build-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index fcfbc5db..460e89f6 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 |