Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Jan 28, 2025
1 parent f1886cb commit 47052ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
bakeHTML:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
needs: bakeHTML
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
codename: ['bookworm', 'bullseye', 'buster']
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
path: ${{ env.filename }}

Docker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: bakeHTML
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 47052ae

Please sign in to comment.