Skip to content

Commit

Permalink
[CBRD-24572] Change Github Check runner's OS to ubuntu-20.04 (#3975)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrlawodms authored Dec 1, 2022
1 parent 9e08b06 commit 4ba3cbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
jobs:
license:
name: license
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: jitterbit/get-changed-files@v1
Expand Down Expand Up @@ -66,14 +66,14 @@ jobs:
test $result = "PASS" # if non-zero, fail
pr-style:
name: pr-style
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^\[[A-Z]+-\d+\]\s.+' # Regex the title should match.
code-style:
name: code-style
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Install packages
run: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
tool_name: code-style (indent, astyle)
cppcheck:
name: cppcheck
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Install packages
run: |
Expand Down

0 comments on commit 4ba3cbc

Please sign in to comment.