Skip to content

Commit b09f6ba

Browse files
ggerganovjoelvaneenwyk
authored andcommitted
ci : use ubuntu-22.04 instead of ubuntu-latest
1 parent 25f08fa commit b09f6ba

File tree

5 files changed

+886
-882
lines changed

5 files changed

+886
-882
lines changed

.github/workflows/bindings-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
- whisper.h
1111

1212
jobs:
13-
ubuntu-latest:
14-
runs-on: ubuntu-latest
13+
ubuntu-22:
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/setup-go@v5
1717
with:

.github/workflows/bindings-ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ on:
4242
- examples/dr_wav.h
4343

4444
jobs:
45-
ubuntu-latest:
46-
runs-on: ubuntu-latest
45+
ubuntu-22:
46+
runs-on: ubuntu-22.04
4747
defaults:
4848
run:
4949
working-directory: bindings/ruby

0 commit comments

Comments
 (0)