From a5fc4c22564ef5feb3600ea4fa867308567f1326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 25 Nov 2022 20:36:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20CI=20OS=20(#111)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index be9b5a9..7b604f6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: python3.7-alpine3.8 python_version: "3.7" fail-fast: true - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Python diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4897c95..7056489 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,9 @@ on: branches: - master pull_request: - types: [opened, synchronize] + types: + - opened + - synchronize schedule: # cron every week on monday - cron: "0 0 * * 1" @@ -30,7 +32,7 @@ jobs: - name: python3.7-alpine3.8 python_version: "3.7" fail-fast: true - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Python