From 3cb2fd47a80794c572ecde02fe5611c3088458a6 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 12 Jun 2023 22:11:02 +0200 Subject: [PATCH] :recycle: change OS to ubuntu 20.04 --- .github/workflows/test_codespaces_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_codespaces_install.yml b/.github/workflows/test_codespaces_install.yml index 05aebd9..ab42633 100644 --- a/.github/workflows/test_codespaces_install.yml +++ b/.github/workflows/test_codespaces_install.yml @@ -10,7 +10,7 @@ on: jobs: install_codespaces_setup: name: install codespaces setup - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v1 - run: bash install.sh