Skip to content

Commit

Permalink
Fix gh workflows so version to avoid potential and current errors (#1012
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Nico-Sanchez authored Dec 18, 2024
1 parent b0af117 commit 3fb6173
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arena-argentina-testing-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arena-brazil-testing-aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arena-europe-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot-manager-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/central-europe-staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/central-europe-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elixir-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loadtest-brazil-client-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loadtest-brazil-server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 3fb6173

Please sign in to comment.