From 73089169e8f5d6b4f048c0f7f956f4024010a982 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Wed, 27 Oct 2021 17:58:15 +0200 Subject: [PATCH] chore: Testing pinning to Ubuntu 20.04 --- .github/workflows/fanout.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fanout.yml b/.github/workflows/fanout.yml index 49cda28c..a57f92f3 100644 --- a/.github/workflows/fanout.yml +++ b/.github/workflows/fanout.yml @@ -24,7 +24,7 @@ jobs: - dir: "addons/escoria-dialog-simple" repo: "godot-escoria/escoria-dialog-simple" name: "Fanout ${{ matrix.parts.dir }} to ${{ matrix.parts.repo }}" - runs-on: "ubuntu-latest" + runs-on: "ubuntu-20.04" env: DIR: "${{matrix.parts.dir}}" REPO: "${{matrix.parts.repo}}"