Skip to content

Commit

Permalink
Pin ubuntu version to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Dec 6, 2024
1 parent ff3d40c commit 584837f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-server-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
merge:
name: Update server repository
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
bumpWebSite:
name: Bump lyrion.org to pick up latest server builds
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: merge
permissions:
actions: write
Expand Down

0 comments on commit 584837f

Please sign in to comment.