Skip to content

Commit

Permalink
Update Ubuntu to 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Nov 14, 2022
1 parent 0c8f86e commit 6bdfb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push, pull_request]
jobs:
build:
name: test
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
strategy:
matrix:
deno-version: [1.28.0,1.27.0]
deno-version: [1.28.0, 1.27.0]
steps:
- uses: actions/checkout@master
- name: Setup deno
Expand Down

0 comments on commit 6bdfb7b

Please sign in to comment.