summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2022-06-22 00:41:44 -0700
committerJames R. Barlow <james@purplerock.ca>2022-06-22 00:41:44 -0700
commit66584ec8fdfcca1b5bc93115e97139da393c50cf (patch)
tree2b26df01a7fd9b93e32b20020ef3a02671b78bab /.github
parent17977f8b720979130adebb8fba513cde1cb8a923 (diff)
build: ubuntu-22.04 is unstable, use 20.04
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 28e7093..a1cbe67 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -127,7 +127,7 @@ jobs:
sdist:
name: 🏗 source distribution
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with: