Skip to content

Commit 12a7901

Browse files
authored
Update workflow. (#37)
1 parent dd4951d commit 12a7901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: "0 13 * * 1"
99
jobs:
1010
test-run-ray:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: Install
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
sudo -E python3 run_ray.py --episodes 1
2020
test-benchmark:
21-
runs-on: ubuntu-18.04
21+
runs-on: ubuntu-20.04
2222
steps:
2323
- uses: actions/checkout@v1
2424
- name: Install

0 commit comments

Comments
 (0)