From 114821cda5018b37186f3acbfdc344fafd70a7ec Mon Sep 17 00:00:00 2001 From: Jamaal Scarlett Date: Tue, 15 Aug 2023 19:33:21 -0400 Subject: [PATCH] Update tox.ini (#688) * Update tox.ini * 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 6bc4cf99..7443eabc 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