Skip to content

Commit

Permalink
up: ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
irustm committed Oct 15, 2021
1 parent c0cf54f commit 3494259
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:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
strategy:
matrix:
deno: [1.13.0]
deno: [1.15.1]
name: Deno ${{ matrix.deno }}
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 3494259

Please sign in to comment.