summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2022-12-06 12:54:32 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2022-12-06 12:54:32 +0100
commit72a57a5dd54b77d0323477c2864bdb45d64d83ca (patch)
treeecf18a3c4e02abb87c97d0b89cbb04ed3c15cf24
parent0c2f59fd4725a65a808e76967aacec882bb85790 (diff)
CI: Use Ubuntu 20.04 when building `x86_64-unknown-linux-gnu`
Fixes #29
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 3b9cb50..5ba7d6c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
- x86_64-pc-windows-msvc
include:
- target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
+ os: ubuntu-20.04
name: x86_64-unknown-linux-gnu.tar.gz
- target: x86_64-unknown-linux-musl
os: ubuntu-latest