From 3fb617364a652240317d10ef32b86d19b470f5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Sanchez?= Date: Wed, 18 Dec 2024 10:58:37 -0300 Subject: [PATCH] Fix gh workflows so version to avoid potential and current errors (#1012) --- .github/workflows/arena-argentina-testing-deploy.yaml | 2 +- .github/workflows/arena-brazil-testing-aws-deploy.yml | 2 +- .github/workflows/arena-europe-testing-deploy.yml | 2 +- .github/workflows/bot-manager-deploy.yml | 2 +- .github/workflows/central-europe-staging-deploy.yml | 2 +- .github/workflows/central-europe-testing-deploy.yml | 2 +- .github/workflows/elixir-ci.yml | 2 +- .github/workflows/loadtest-brazil-client-deploy.yml | 2 +- .github/workflows/loadtest-brazil-server-deploy.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/arena-argentina-testing-deploy.yaml b/.github/workflows/arena-argentina-testing-deploy.yaml index fa2a0d614..2bb5ec897 100644 --- a/.github/workflows/arena-argentina-testing-deploy.yaml +++ b/.github/workflows/arena-argentina-testing-deploy.yaml @@ -5,7 +5,7 @@ on: jobs: build-deploy: name: Build and deploy to Argentina Office Testing - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 environment: name: testing-argentina diff --git a/.github/workflows/arena-brazil-testing-aws-deploy.yml b/.github/workflows/arena-brazil-testing-aws-deploy.yml index 7ed7b40b2..e3435eb71 100644 --- a/.github/workflows/arena-brazil-testing-aws-deploy.yml +++ b/.github/workflows/arena-brazil-testing-aws-deploy.yml @@ -5,7 +5,7 @@ on: jobs: build-deploy: name: Build and deploy to Brazil staging - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 environment: name: testing-brazil url: https://arena-brazil-testing-aws.championsofmirra.com/ diff --git a/.github/workflows/arena-europe-testing-deploy.yml b/.github/workflows/arena-europe-testing-deploy.yml index 681c3173d..ff3a85fc0 100644 --- a/.github/workflows/arena-europe-testing-deploy.yml +++ b/.github/workflows/arena-europe-testing-deploy.yml @@ -5,7 +5,7 @@ on: jobs: build-deploy: name: Build and deploy to Europe testing - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 environment: name: testing-europe url: https://arena-europe-testing.championsofmirra.com/ diff --git a/.github/workflows/bot-manager-deploy.yml b/.github/workflows/bot-manager-deploy.yml index ae2eb1d22..0beba5d38 100644 --- a/.github/workflows/bot-manager-deploy.yml +++ b/.github/workflows/bot-manager-deploy.yml @@ -5,7 +5,7 @@ on: jobs: build-deploy: name: Build and deploy to Chile Loadtest Client - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 environment: name: bot-manager url: https://bot-manager.championsofmirra.com/ diff --git a/.github/workflows/central-europe-staging-deploy.yml b/.github/workflows/central-europe-staging-deploy.yml index 07484bc84..76f71b9f2 100644 --- a/.github/workflows/central-europe-staging-deploy.yml +++ b/.github/workflows/central-europe-staging-deploy.yml @@ -5,7 +5,7 @@ on: jobs: build-deploy: name: Build and deploy to Europe staging - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 environment: name: central url: https://central-europe-staging.championsofmirra.com/ diff --git a/.github/workflows/central-europe-testing-deploy.yml b/.github/workflows/central-europe-testing-deploy.yml index 848763db5..e8415edde 100644 --- a/.github/workflows/central-europe-testing-deploy.yml +++ b/.github/workflows/central-europe-testing-deploy.yml @@ -5,7 +5,7 @@ on: jobs: build-deploy: name: Build and deploy to Europe testing - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 environment: name: central url: https://central-europe-testing.championsofmirra.com/ diff --git a/.github/workflows/elixir-ci.yml b/.github/workflows/elixir-ci.yml index 6a6fb3116..0d660adef 100644 --- a/.github/workflows/elixir-ci.yml +++ b/.github/workflows/elixir-ci.yml @@ -15,7 +15,7 @@ permissions: jobs: build: name: Build and test - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: elixir: [1.16.0] diff --git a/.github/workflows/loadtest-brazil-client-deploy.yml b/.github/workflows/loadtest-brazil-client-deploy.yml index 803ceebe9..e51268f3b 100644 --- a/.github/workflows/loadtest-brazil-client-deploy.yml +++ b/.github/workflows/loadtest-brazil-client-deploy.yml @@ -20,7 +20,7 @@ on: jobs: build-deploy: name: Build and deploy to Brazil Loadtest Client - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 environment: name: testing-brazil url: https://loadtest-brazil-client.championsofmirra.com/ diff --git a/.github/workflows/loadtest-brazil-server-deploy.yml b/.github/workflows/loadtest-brazil-server-deploy.yml index 71cff2f4d..da3152ddb 100644 --- a/.github/workflows/loadtest-brazil-server-deploy.yml +++ b/.github/workflows/loadtest-brazil-server-deploy.yml @@ -5,7 +5,7 @@ on: jobs: build-deploy: name: Build and deploy to Brazil Loadtest Server - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 environment: name: testing-brazil url: https://loadtest-brazil-server.championsofmirra.com/