Skip to content

Commit

Permalink
⬆️ Upgrade CI OS (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Nov 25, 2022
1 parent bf99571 commit 26d559e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: python3.8-alpine
python_version: "3.8"
fail-fast: true
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -28,7 +30,7 @@ jobs:
- name: python3.8-alpine
python_version: "3.8"
fail-fast: true
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
Expand Down

0 comments on commit 26d559e

Please sign in to comment.