ci: Use ubuntu-22.04 instead of ubuntu-latest

22.04 is the default today:
23da668261/README.md

Being more specific will avoid unexpected errors when Github updates the
default.

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo
2024-07-18 21:24:27 +00:00
parent ceab66b1ce
commit de98e467b4
19 changed files with 26 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ env:
jobs:
commit-message-check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
name: Commit Message Check