Skip to content

Commit e9c5e31

Browse files
authored
[INTPROD-1125] Update Runner for GH Action
1 parent 5a36800 commit e9c5e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on: pull_request
22
jobs:
33
pre-commit:
4-
runs-on: ubuntu-18.04
4+
runs-on: ubuntu-latest
55
steps:
66
- name: Checkout
77
uses: actions/checkout@v1
@@ -14,7 +14,7 @@ jobs:
1414
- name: Run pre-commit
1515
run: pre-commit run --all-files
1616
test:
17-
runs-on: ubuntu-18.04
17+
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
2020
python-version: ['2.x', '3.x']

0 commit comments

Comments
 (0)