Skip to content

Commit 1f3d089

Browse files
SonarTechSamirM-BE
authored andcommitted
BUILD-8875: Update GitHub Actions runners to new naming convention
1 parent 3e927e0 commit 1f3d089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: sonar-runner-large
10+
runs-on: github-ubuntu-latest-s
1111
permissions:
1212
id-token: write
1313
contents: read
@@ -43,7 +43,7 @@ jobs:
4343
run: python -m pytest --version
4444

4545
cache-with-fallback:
46-
runs-on: sonar-runner-large
46+
runs-on: github-ubuntu-latest-s
4747
permissions:
4848
id-token: write
4949
contents: read

0 commit comments

Comments
 (0)