diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74fc392..ecb4b57 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 c852916..5439a7c 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