Skip to content

Commit 48f0095

Browse files
committed
Migrate GitHub runners to newest Ubuntu
1 parent 22a24d8 commit 48f0095

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/additional_demo_notebook_tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
verify-local_interactive:
1717
if: ${{ github.event.label.name == 'test-additional-notebooks' }}
18-
runs-on: ubuntu-20.04-4core
18+
runs-on: ubuntu-latest-4core
1919

2020
steps:
2121
- name: Checkout code
@@ -133,7 +133,7 @@ jobs:
133133
134134
verify-ray_job_client:
135135
if: ${{ github.event.label.name == 'test-additional-notebooks' }}
136-
runs-on: ubuntu-20.04-4core
136+
runs-on: ubuntu-latest-4core
137137

138138
steps:
139139
- name: Checkout code

.github/workflows/guided_notebook_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
verify-0_basic_ray:
1717
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
18-
runs-on: ubuntu-20.04-4core
18+
runs-on: ubuntu-latest-4core
1919

2020
steps:
2121
- name: Checkout code

.github/workflows/ui_notebooks_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
verify-3_widget_example:
1717
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') || contains(github.event.pull_request.labels.*.name, 'test-ui-notebooks') }}
18-
runs-on: ubuntu-20.04-4core
18+
runs-on: ubuntu-latest-4core
1919

2020
steps:
2121
- name: Checkout code

0 commit comments

Comments
 (0)