Skip to content

Commit daefd41

Browse files
authored
Adjust github ci runner images (#3040)
* Adjust github ci runner images * fix name
1 parent 230c0b0 commit daefd41

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_cpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ defaults:
3030
working-directory: dlib/test
3131

3232
jobs:
33-
ubuntu-latest-gcc-default-cmake-3-8-ffmpeg5:
34-
runs-on: 'ubuntu-latest'
33+
ubuntu-22-04-gcc-default-cmake-3-8-ffmpeg5:
34+
runs-on: 'ubuntu-22.04'
3535
steps:
3636
- uses: actions/checkout@v2
3737

@@ -195,8 +195,8 @@ jobs:
195195
- name: Build examples, etc
196196
run: cmake --build build --config Release --parallel 2
197197

198-
ubuntu-latest-ffmpeg7:
199-
runs-on: 'ubuntu-latest'
198+
ubuntu-22-04-ffmpeg7:
199+
runs-on: 'ubuntu-22.04'
200200
steps:
201201
- uses: actions/checkout@v2
202202

.github/workflows/build_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defaults:
3232

3333
jobs:
3434
mex-wrapper:
35-
runs-on: 'ubuntu-latest'
35+
runs-on: 'ubuntu-22.04'
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Setup MATLAB

0 commit comments

Comments
 (0)