1
0
mirror of synced 2026-05-04 15:16:50 +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 # based on the latest commit to the repo
sentry: sentry:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
outputs: outputs:
release_not_built: ${{ steps.check.outputs.release_not_built }} release_not_built: ${{ steps.check.outputs.release_not_built }}
@@ -99,7 +99,7 @@ jobs:
build_and-push: build_and-push:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
needs: [sentry] needs: [sentry]
if: | if: |
@@ -211,7 +211,7 @@ jobs:
complete: complete:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
outputs: outputs:
build_successful: ${{ steps.output.outputs.build_successful }} build_successful: ${{ steps.output.outputs.build_successful }}

View File

@@ -66,7 +66,7 @@ jobs:
# based on the latest commit to the repo # based on the latest commit to the repo
sentry: sentry:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
outputs: outputs:
release_not_built: ${{ steps.check.outputs.release_not_built }} release_not_built: ${{ steps.check.outputs.release_not_built }}
@@ -96,7 +96,7 @@ jobs:
loadup: loadup:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
outputs: outputs:
combined_release_tag: ${{ steps.job_outputs.outputs.COMBINED_RELEASE_TAG }} combined_release_tag: ${{ steps.job_outputs.outputs.COMBINED_RELEASE_TAG }}
@@ -257,7 +257,7 @@ jobs:
# #
linux_installer: linux_installer:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
needs: [sentry, loadup] needs: [sentry, loadup]
if: | if: |
@@ -507,7 +507,7 @@ jobs:
downloads_page: downloads_page:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
needs: [sentry, loadup, linux_installer, macos_installer, cygwin_installer] needs: [sentry, loadup, linux_installer, macos_installer, cygwin_installer]
if: | if: |
@@ -606,7 +606,7 @@ jobs:
complete: complete:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
outputs: outputs:
build_successful: ${{ steps.output.outputs.build_successful }} build_successful: ${{ steps.output.outputs.build_successful }}

View File

@@ -69,7 +69,7 @@ jobs:
# the result of a workflow_dispatch or a workflow_call # the result of a workflow_dispatch or a workflow_call
inputs: inputs:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
outputs: outputs:
draft: ${{ steps.one.outputs.draft }} draft: ${{ steps.one.outputs.draft }}
force: ${{ steps.one.outputs.force }} force: ${{ steps.one.outputs.force }}
@@ -124,7 +124,7 @@ jobs:
# Kickoff workflow in online repo to build and deploy Medley docker image to oio # Kickoff workflow in online repo to build and deploy Medley docker image to oio
do_oio: do_oio:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
needs: [inputs, do_docker] needs: [inputs, do_docker]
steps: steps:
- name: trigger-oio-buildAndDeploy - name: trigger-oio-buildAndDeploy

View File

@@ -45,7 +45,7 @@ jobs:
run_HCFILES: run_HCFILES:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps: