1
0
mirror of synced 2026-01-28 13:09:27 +00:00

Change runs-on: ubuntu-latest to runs-on: ubuntu-24.04 for all github workflows. This is to test all is okay as ubuntu-latest moves from ubuntu-22 to ubuntu-24.

This commit is contained in:
Frank Halasz
2024-11-10 18:00:44 -08:00
parent a365e42a92
commit e5d4e0d299
4 changed files with 11 additions and 11 deletions

View File

@@ -70,7 +70,7 @@ jobs:
# based on the latest commit to the repo
sentry:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
release_not_built: ${{ steps.check.outputs.release_not_built }}
@@ -99,7 +99,7 @@ jobs:
build_and-push:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [sentry]
if: |
@@ -211,7 +211,7 @@ jobs:
complete:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
build_successful: ${{ steps.output.outputs.build_successful }}