Skip to content

Commit

Permalink
ci: try pin to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Dec 22, 2024
1 parent d7213fa commit 7a17165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions:

jobs:
base:
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
name: Build base image
steps:
# Configure build environment
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

publish:
needs: [base]
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
if: github.event_name != 'pull_request'
strategy:
matrix:
Expand Down

0 comments on commit 7a17165

Please sign in to comment.