Skip to content

Commit 1a7aac9

Browse files
committed
Bump ubuntu for CI
1 parent a763438 commit 1a7aac9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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
@@ -64,7 +64,7 @@ jobs:
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

0 commit comments

Comments
 (0)