Browse Source

[gha] use ubuntu 22.04, drop 18.04

pull/63/head
R4SAS 2 years ago committed by GitHub
parent
commit
5f18c6575b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -8,7 +8,7 @@ jobs: @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
steps:
- uses: actions/checkout@v2
with:

Loading…
Cancel
Save