From 98fffd829a3b8d29cd3822bb72a97a96505b5737 Mon Sep 17 00:00:00 2001 From: belthlemar Date: Tue, 8 Oct 2024 10:22:13 +0200 Subject: [PATCH] build ubuntu 20 also --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a3a4a9449d..35eb5d0c4d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: strategy: max-parallel: 3 matrix: - os: [windows-latest] + os: [ windows-latest, ubuntu-20.04] steps: - name: 🐙 Checkout GitHub repo (+ download lfs dependencies)