Skip to content

Commit 317bc08

Browse files
authored
⬆️ Upgrade CI OS (#311)
1 parent b161cab commit 317bc08

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: python3.8-alpine
2727
python_version: "3.8"
2828
fail-fast: true
29-
runs-on: ubuntu-18.04
29+
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v3
3232
- name: Set up Python

.github/workflows/test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
branches:
66
- master
77
pull_request:
8-
types: [opened, synchronize]
8+
types:
9+
- opened
10+
- synchronize
911
schedule:
1012
# cron every week on monday
1113
- cron: "0 0 * * 1"
@@ -28,7 +30,7 @@ jobs:
2830
- name: python3.8-alpine
2931
python_version: "3.8"
3032
fail-fast: true
31-
runs-on: ubuntu-18.04
33+
runs-on: ubuntu-latest
3234
steps:
3335
- uses: actions/checkout@v3
3436
- name: Set up Python

0 commit comments

Comments
 (0)