Browse Source

Build on recent Ubuntu version

master
Luke Childs 2 years ago
parent
commit
5b17afdaba
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -9,7 +9,7 @@ env:
jobs: jobs:
build: build:
name: Build and push to Docker Hub name: Build and push to Docker Hub
runs-on: ubuntu-18.04 runs-on: ubuntu-22.04
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

Loading…
Cancel
Save