From 2d232d674974164607424e4c6aa86d15a7cfa5d2 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 27 Apr 2022 17:11:14 -0500 Subject: Use specific version of the GH action runner OS so as to limit issues relating to upgraded OS under our feet --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index d6c4557..8cff673 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -20,7 +20,7 @@ on: jobs: build: name: Ferdium Recipes Build - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Print latest commit run: echo ${{ github.sha }} -- cgit v1.2.3-54-g00ecf