Update GHA runners to use 'ubuntu-22.02' instead of 'ubuntu-latest'
This commit is contained in:
parent
39ed86f716
commit
3eeabe90db
4
.github/workflows/al_aio.yml
vendored
4
.github/workflows/al_aio.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
||||
jobs:
|
||||
start-runner:
|
||||
name: Start self-hosted EC2 runner
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
needs:
|
||||
- start-runner # required to get output from the start-runner job
|
||||
- install-aio-single-instance # required to wait when the main job is done
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||
steps:
|
||||
- name: Configure AWS credentials
|
||||
|
||||
4
.github/workflows/al_wazuh.yml
vendored
4
.github/workflows/al_wazuh.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
||||
jobs:
|
||||
start-runner:
|
||||
name: Start self-hosted EC2 runner
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
needs:
|
||||
- start-runner # required to get output from the start-runner job
|
||||
- install-wazuh-single-instance # required to wait when the main job is done
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||
steps:
|
||||
- name: Configure AWS credentials
|
||||
|
||||
4
.github/workflows/centos_aio.yml
vendored
4
.github/workflows/centos_aio.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
||||
jobs:
|
||||
start-runner:
|
||||
name: Start self-hosted EC2 runner
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
needs:
|
||||
- start-runner # required to get output from the start-runner job
|
||||
- install-aio-single-instance # required to wait when the main job is done
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||
steps:
|
||||
- name: Configure AWS credentials
|
||||
|
||||
4
.github/workflows/centos_wazuh.yml
vendored
4
.github/workflows/centos_wazuh.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
||||
jobs:
|
||||
start-runner:
|
||||
name: Start self-hosted EC2 runner
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
needs:
|
||||
- start-runner # required to get output from the start-runner job
|
||||
- install-wazuh-single-instance # required to wait when the main job is done
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||
steps:
|
||||
- name: Configure AWS credentials
|
||||
|
||||
4
.github/workflows/ubuntu_aio.yml
vendored
4
.github/workflows/ubuntu_aio.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
||||
jobs:
|
||||
start-runner:
|
||||
name: Start self-hosted EC2 runner
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
needs:
|
||||
- start-runner # required to get output from the start-runner job
|
||||
- install-aio-single-instance # required to wait when the main job is done
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||
steps:
|
||||
- name: Configure AWS credentials
|
||||
|
||||
4
.github/workflows/ubuntu_wazuh.yml
vendored
4
.github/workflows/ubuntu_wazuh.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
||||
jobs:
|
||||
start-runner:
|
||||
name: Start self-hosted EC2 runner
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
needs:
|
||||
- start-runner # required to get output from the start-runner job
|
||||
- install-wazuh-single-instance # required to wait when the main job is done
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||
steps:
|
||||
- name: Configure AWS credentials
|
||||
|
||||
Loading…
Reference in New Issue
Block a user