Skip to content

Commit

Permalink
Update lint_master.yml
Browse files Browse the repository at this point in the history
ubuntu 18.04 is not supported
  • Loading branch information
mosfet80 authored Dec 2, 2024
1 parent ebdf387 commit 499db65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:

jobs:
axivion:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name : Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Trigger pipeline
env:
Expand Down

0 comments on commit 499db65

Please sign in to comment.