File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Type check everything except audio utilities and legacy
2020 run : poetry run mypy . --exclude 'src/hume/empathic_voice/chat/audio' --exclude 'src/hume/legacy/microphone'
2121 compile-with-audio :
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-24 .04
2323 steps :
2424 - name : Checkout repo
2525 uses : actions/checkout@v3
3939 - name : Compile
4040 run : poetry run mypy .
4141 test :
42- runs-on : ubuntu-20 .04
42+ runs-on : ubuntu-24 .04
4343 steps :
4444 - name : Checkout repo
4545 uses : actions/checkout@v3
6464 publish :
6565 needs : [compile-without-audio, compile-with-audio, test]
6666 if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
67- runs-on : ubuntu-20 .04
67+ runs-on : ubuntu-24 .04
6868 steps :
6969 - name : Checkout repo
7070 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments