diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 6553fcda28..812aba0dfa 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -17,7 +17,7 @@ jobs: matrix: # Environments in which to run, such as those used in development and production, or which are candidates to # move to. - os: ["ubuntu-22.04"] + os: ["ubuntu-24.04"] dotnet_version: ["8.0.x"] node_version: ["22.13.0"] npm_version: ["11.11.0"] @@ -133,7 +133,7 @@ jobs: name: "Production build and test" strategy: matrix: - os: ["ubuntu-22.04"] + os: ["ubuntu-24.04"] dotnet_version: ["8.0.x"] node_version: ["22.13.0"] npm_version: ["11.11.0"] diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 84d2a33ac4..8d0b824b07 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -13,7 +13,7 @@ jobs: name: "Deploy Storybook to Chromatic" strategy: matrix: - os: ["ubuntu-22.04"] + os: ["ubuntu-24.04"] node_version: ["22.13.0"] npm_version: ["11.11.0"] runs-on: ${{matrix.os}} diff --git a/.github/workflows/compute-next-version.yml b/.github/workflows/compute-next-version.yml index 02b6177fc3..18ae6be164 100644 --- a/.github/workflows/compute-next-version.yml +++ b/.github/workflows/compute-next-version.yml @@ -29,7 +29,7 @@ on: jobs: deploy: name: "Compute next version" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: next_version: ${{ steps.compute_next_version.outputs.next_version }} steps: diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 2e20dec2a2..96618569f3 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -16,7 +16,7 @@ jobs: name: "Prepare Realtime Server backend" strategy: matrix: - os: ["ubuntu-22.04"] + os: ["ubuntu-24.04"] dotnet_version: ["8.0.x"] node_version: ["22.13.0"] npm_version: ["11.11.0"] @@ -78,7 +78,7 @@ jobs: needs: [prepare-realtimeserver-backend] strategy: matrix: - os: ["ubuntu-22.04"] + os: ["ubuntu-24.04"] dotnet_version: ["8.0.x"] node_version: ["22.13.0"] npm_version: ["11.11.0"] @@ -148,7 +148,7 @@ jobs: needs: [prepare-realtimeserver-backend] strategy: matrix: - os: ["ubuntu-22.04"] + os: ["ubuntu-24.04"] dotnet_version: ["8.0.x"] node_version: ["22.13.0"] npm_version: ["11.11.0"] @@ -230,7 +230,7 @@ jobs: needs: [prepare-realtimeserver-backend] strategy: matrix: - os: ["ubuntu-22.04"] + os: ["ubuntu-24.04"] dotnet_version: ["8.0.x"] node_version: ["22.13.0"] npm_version: ["11.11.0"] @@ -291,7 +291,7 @@ jobs: environment: "e2e_tests" strategy: matrix: - os: ["ubuntu-22.04"] + os: ["ubuntu-24.04"] dotnet_version: ["8.0.x"] node_version: ["22.13.0"] npm_version: ["11.11.0"] diff --git a/.github/workflows/release-live.yml b/.github/workflows/release-live.yml index 07ca494c64..f064553af6 100644 --- a/.github/workflows/release-live.yml +++ b/.github/workflows/release-live.yml @@ -30,7 +30,7 @@ on: jobs: determine_build_commit: name: "Determine commit from which to build" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: build_commit: "${{ steps.get_commit.outputs.build_commit }}" steps: @@ -118,7 +118,7 @@ jobs: node_version: "22.13.0" npm_version: "11.11.0" # When bumping OS version, the server will need to authorize the new default rsync args. - os: "ubuntu-22.04" + os: "ubuntu-24.04" angular_config: "production" app_name: "scriptureforge" diff --git a/.github/workflows/release-qa.yml b/.github/workflows/release-qa.yml index f3d1ed925c..b9fa239248 100644 --- a/.github/workflows/release-qa.yml +++ b/.github/workflows/release-qa.yml @@ -26,7 +26,7 @@ on: jobs: determine_build_commit: name: "Determine commit from which to build" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: build_commit: "${{ steps.get_commit.outputs.build_commit }}" steps: @@ -73,7 +73,7 @@ jobs: needs: determine_build_commit outputs: already_built: "${{ steps.check_if_already_built.outputs.already_built }}" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -139,7 +139,7 @@ jobs: node_version: "22.13.0" npm_version: "11.11.0" # When bumping OS version, the server will need to authorize the new default rsync args. - os: "ubuntu-22.04" + os: "ubuntu-24.04" angular_config: "staging" app_name: "scriptureforge"