Skip to content

Commit

Permalink
Downgrade the builder runner from ubuntu-latest to ubuntu-22.04 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly authored Feb 20, 2025
1 parent eac4c45 commit 13c92fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
init:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Initialize builds
outputs:
changed_files: ${{ steps.changed_files.outputs.all }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
build:
needs: init
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: needs.init.outputs.changed == 'true'
name: Build ${{ matrix.arch }} ${{ matrix.addon }} add-on
strategy:
Expand Down

0 comments on commit 13c92fd

Please sign in to comment.