Skip to content

Commit

Permalink
gh-actions: downgrade macos runners to x86, since sonarcloud is slow …
Browse files Browse the repository at this point in the history
…and does not have arm stuff
  • Loading branch information
ThomasDebrunner committed May 21, 2024
1 parent 29aa485 commit 501d97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
sonarcloud-build-wrapper : build-wrapper-linux-x86-64
- runner: ubuntu-20.04
sonarcloud-build-wrapper : build-wrapper-linux-x86-64
- runner: macos-latest
- runner: macos-13
sonarcloud-build-wrapper : build-wrapper-macosx-x86
runs-on: ${{ matrix.platform.runner }}
steps:
Expand Down

0 comments on commit 501d97d

Please sign in to comment.