Skip to content

Commit 3f7ce06

Browse files
committed
Updated workflows to run on Ubuntu latest
1 parent 8dc29b0 commit 3f7ce06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
name: Build and Test syntax
12
on: [push]
23
jobs:
34
grammar:
4-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-latest
56
strategy:
67
matrix:
78
node-version: [12.x]

0 commit comments

Comments
 (0)