From 7624452a6cd20253a30c1fe15472207fddd0ce34 Mon Sep 17 00:00:00 2001 From: kalhankoul96 Date: Tue, 15 Oct 2024 11:52:56 -0700 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index d79d9370..3b9a5ec0 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3