Skip to content

Commit

Permalink
Adjust github ci runner images (davisking#3040)
Browse files Browse the repository at this point in the history
* Adjust github ci runner images

* fix name
  • Loading branch information
davisking authored Dec 28, 2024
1 parent 230c0b0 commit daefd41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ defaults:
working-directory: dlib/test

jobs:
ubuntu-latest-gcc-default-cmake-3-8-ffmpeg5:
runs-on: 'ubuntu-latest'
ubuntu-22-04-gcc-default-cmake-3-8-ffmpeg5:
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -195,8 +195,8 @@ jobs:
- name: Build examples, etc
run: cmake --build build --config Release --parallel 2

ubuntu-latest-ffmpeg7:
runs-on: 'ubuntu-latest'
ubuntu-22-04-ffmpeg7:
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defaults:

jobs:
mex-wrapper:
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v2
- name: Setup MATLAB
Expand Down

0 comments on commit daefd41

Please sign in to comment.