Skip to content

Commit

Permalink
Or ubuntu 20.04 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileysdev authored Dec 17, 2024
1 parent a515091 commit 2cd6b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ concurrency:
jobs:
check-code-format:
name: Code Formatting Check
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -56,4 +56,4 @@ jobs:
# is also used by other repos that submodule this repo.
- uses: ./check-code-style
with:
os: ubuntu-latest
os: ubuntu-20.04
2 changes: 1 addition & 1 deletion check-code-style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
using: "composite"
steps:
- name: Install code checking tools if on Ubuntu
if: inputs.os == 'ubuntu-latest'
if: inputs.os == 'ubuntu-latest' || inputs.os == 'ubuntu-20.04'
run: |
# Install Clang (including clang-format) through LLVM's preferred mechanism:
# https://apt.llvm.org/
Expand Down

0 comments on commit 2cd6b53

Please sign in to comment.