We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f246a1 commit 3d8ac31Copy full SHA for 3d8ac31
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
python-version: ["3.6", "3.7"]
.github/workflows/deploy.yml
@@ -8,7 +8,7 @@ on:
8
steps:
- name: checkout
uses: actions/checkout@v3
0 commit comments