From fec8c35bf6c855c7e8f76c8af30f0b8781fa25f9 Mon Sep 17 00:00:00 2001 From: Chris Love Date: Fri, 13 Dec 2024 16:28:14 -0800 Subject: [PATCH] specify ubuntu-22.04 linux --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fec9c1..4334927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build_linux: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 defaults: run: shell: bash