Skip to content

Commit 4583cbf

Browse files
committed
Update lint_master.yml
ubuntu 18.04 is not supported
1 parent 41b6925 commit 4583cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66

77
jobs:
88
axivion:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-20.04
1010

1111
steps:
1212
- name : Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Trigger pipeline
1616
env:

0 commit comments

Comments
 (0)