"R-package/tests/vscode:/vscode.git/clone" did not exist on "bb88d92ef27acc0731bf3b348920560410aa2e78"
Unverified Commit 4131ef8f authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] allow ubuntu-latest to float for some GitHub Actions jobs (#5644)

parent 59c73133
......@@ -17,7 +17,7 @@ env:
jobs:
check-links:
timeout-minutes: 60
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
......
......@@ -9,7 +9,7 @@ on:
jobs:
all-optional-checks-successful:
timeout-minutes: 120
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
......
......@@ -181,9 +181,9 @@ jobs:
$env:TASK = "${{ matrix.task }}"
& "$env:GITHUB_WORKSPACE/.ci/test_windows.ps1"
test-r-sanitizers:
name: r-sanitizers (ubuntu-22.04, R-devel, ${{ matrix.compiler }} ASAN/UBSAN)
name: r-sanitizers (ubuntu-latest, R-devel, ${{ matrix.compiler }} ASAN/UBSAN)
timeout-minutes: 60
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container: wch1/r-debug
strategy:
fail-fast: false
......@@ -219,7 +219,7 @@ jobs:
test-r-debian-clang:
name: r-package (debian, R-devel, clang)
timeout-minutes: 60
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container: rhub/debian-clang-devel
steps:
- name: Install Git before checkout
......
......@@ -47,7 +47,7 @@ jobs:
r-check-docs:
name: r-package-check-docs
timeout-minutes: 60
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container: rocker/verse
steps:
- name: Trust git cloning LightGBM
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment