Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Feb 23, 2023
1 parent 7079aaa commit fc174e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: vsl

- name: Setup V
uses: vlang/setup-v@v1
uses: vlang/setup-v@v1.3
with:
check-latest: true

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
v check-md ~/.vmodules/vsl
fmt-check:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout VSL
Expand All @@ -80,7 +80,7 @@ jobs:
path: vsl

- name: Setup V
uses: vlang/setup-v@v1
uses: vlang/setup-v@v1.3
with:
check-latest: true

Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
path: vsl

- name: Setup V
uses: vlang/setup-v@v1
uses: vlang/setup-v@v1.3
with:
check-latest: true

Expand Down

0 comments on commit fc174e6

Please sign in to comment.