Skip to content

Commit 177891e

Browse files
authored
ci: Fix check definitions CI job not running (parse-community#8503)
1 parent 65e5879 commit 177891e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
check-definitions:
7575
name: Check Definitions
7676
timeout-minutes: 5
77-
runs-on: ubuntu-18.04
77+
runs-on: ubuntu-latest
7878
steps:
7979
- uses: actions/checkout@v2
8080
- name: Use Node.js ${{ matrix.NODE_VERSION }}

0 commit comments

Comments
 (0)