Skip to content

Commit

Permalink
⬆️ Upgrade CI OS (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Nov 25, 2022
1 parent f78556a commit a5fc4c2
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 @@ -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
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 @@ -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
Expand Down

0 comments on commit a5fc4c2

Please sign in to comment.