From 11ef96cd4078f13794a3da2d014e6cb3cf8e588f Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Mon, 30 Oct 2023 11:08:18 -0400 Subject: [PATCH] Switching away from Ubuntu 18.04 to avoid runner blackouts --- .github/workflows/pyinstaller-builds-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller-builds-actions.yml b/.github/workflows/pyinstaller-builds-actions.yml index e61f503..7484878 100644 --- a/.github/workflows/pyinstaller-builds-actions.yml +++ b/.github/workflows/pyinstaller-builds-actions.yml @@ -10,7 +10,7 @@ on: default: 'dir' jobs: build-linux: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v2