From fbdc5790b3639718f27d9e57d70121e39a32fcbc Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:35:03 +0200 Subject: [PATCH] fix(ci): Set runner to Ubuntu 22.04 to address deployment failing due to mismatching dependency versions. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95b8fef..214fd18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: jobs: github-pages: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: actions/cache@v3