BUILD-8875: Migrate to standardized GitHub runner names

Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
This commit is contained in:
SonarTech
2025-09-02 10:10:38 +02:00
committed by GitHub
parent 1a6d90ebcb
commit 5837ebfcca
10 changed files with 40 additions and 40 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
create-install-dir-test:
name: create_install_path.sh
runs-on: ubuntu-latest-large
runs-on: github-ubuntu-latest-s
steps:
- uses: actions/checkout@v5
with:
@@ -107,7 +107,7 @@ jobs:
grep "=== Script failed ===" output
setup-script-test:
name: configure_paths.sh
runs-on: ubuntu-latest-large
runs-on: github-ubuntu-latest-s
env:
INSTALL_PATH: 'install-directory'
SONAR_HOST_URL: 'http://sonar-host.com'
@@ -250,7 +250,7 @@ jobs:
grep "=== Script failed ===" output
download-script-test:
name: download.sh
runs-on: ubuntu-latest-large
runs-on: github-ubuntu-latest-s
steps:
- uses: actions/checkout@v5
with:
@@ -319,7 +319,7 @@ jobs:
grep "=== Script failed ===" output
fetch-latest-version-test:
name: fetch_latest_version.sh
runs-on: ubuntu-latest-large
runs-on: github-ubuntu-latest-s
steps:
- uses: actions/checkout@v5
with: