Skip to content

Commit

Permalink
chore(ci): use ubuntu-20.04 for SonarCloud on master
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Oct 5, 2021
1 parent aa38e80 commit 2a16a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_on_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Unit Tests
run: make test-unit
SonarCloud:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: git submodule update --init
Expand Down

0 comments on commit 2a16a19

Please sign in to comment.