Skip to content

Commit f7da32a

Browse files
f-gallandJorgesnchz
authored andcommitted
Move from ubuntu-latest to ubuntu-24.04
1 parent 7215680 commit f7da32a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141

4242
jobs:
4343
build:
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-24.04
4545
env:
4646
plugin_name: wazuh-indexer-reports-scheduler
4747
steps:

.github/workflows/reports-scheduler-test-and-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
java:
1616
- 21
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04
1818
container:
1919
# using the same image which is used by opensearch-build team to build the OpenSearch Distribution
2020
# this image tag is subject to change as more dependencies and updates will arrive over time

0 commit comments

Comments
 (0)