From e740b54575de2be64d99189b469de110d0dc64c2 Mon Sep 17 00:00:00 2001 From: Jamaal Scarlett Date: Tue, 15 Aug 2023 19:29:46 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3f78f97..3d2ccf7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: build: if: github.repository == 'jazzband/django-push-notifications' - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2