Skip to content

Commit

Permalink
ci: ubuntu 22.04 not available in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinjasaur committed Jan 17, 2022
1 parent 278e37b commit 354f420
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
# Run tests.
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
test:
# keep in sync with Dockerfile
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -46,8 +45,7 @@ jobs:
# Ensure test job passes before pushing image.
needs: test

# keep in sync with Dockerfile
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: github.event_name == 'push'

steps:
Expand Down

0 comments on commit 354f420

Please sign in to comment.