From 120a33812f98a078bc2b5defe631d05976af437d Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Mon, 9 Dec 2024 10:53:17 -0500 Subject: [PATCH] CI: Pin OS to Ubuntu 22.04. 24.04 doesn't have msbuild for some reason, so we get to do this in the meantime! --- .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 0c8a3cebd..694e84e32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: linux: name: Linux - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 with: