We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333b078 commit 152eccdCopy full SHA for 152eccd
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: ci
3
on: [push]
4
jobs:
5
compile:
6
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
7
steps:
8
- name: Checkout repo
9
uses: actions/checkout@v3
@@ -19,7 +19,7 @@ jobs:
19
- name: Compile
20
run: poetry run mypy .
21
test:
22
23
24
25
@@ -39,7 +39,7 @@ jobs:
39
publish:
40
needs: [compile, test]
41
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
42
43
44
45
0 commit comments