Skip to content

Commit

Permalink
Merge pull request #84 from crazy-max/depre-ubuntu-1604
Browse files Browse the repository at this point in the history
Ubuntu 16.04 runner deprecated
  • Loading branch information
crazy-max committed Oct 3, 2021
2 parents 70b0f78 + f12fe5c commit ebac4bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -82,9 +82,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- ubuntu-18.04
- ubuntu-16.04
steps:
-
name: Checkout
Expand All @@ -102,9 +102,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- ubuntu-18.04
- ubuntu-16.04
steps:
-
name: Checkout
Expand All @@ -123,9 +123,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- ubuntu-18.04
- ubuntu-16.04
steps:
-
name: Checkout
Expand All @@ -149,9 +149,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- ubuntu-18.04
- ubuntu-16.04
steps:
-
name: Checkout
Expand Down

0 comments on commit ebac4bd

Please sign in to comment.