Skip to content

Commit 25ccd9b

Browse files
authored
chore(deps): update dependency ubuntu to v24 (#613)
1 parent 939d15c commit 25ccd9b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/check_unexpected_changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on: [pull_request]
1818
jobs:
1919
check:
2020
if: github.actor != 'copybara-service[bot]'
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Check out repo
2424
uses: actions/checkout@v4

.github/workflows/fallback_clients.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ on:
2323

2424
jobs:
2525
dotnet:
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- run: echo "No Test Required."

.github/workflows/fallback_jsonschemas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ on:
2323

2424
jobs:
2525
validate:
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- run: echo "No Test Required."

.github/workflows/fallback_proto_syntax.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ on:
2424

2525
jobs:
2626
test-syntax:
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
steps:
2929
- run: echo "No Test Required."

.github/workflows/generate_jsonschema.yaml

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

2121
jobs:
2222
generate-schema:
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Check out repo
2626
uses: actions/checkout@v4

.github/workflows/test_jsonschemas.yaml

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

2424
jobs:
2525
validate:
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- name: Check out repo
2929
uses: actions/checkout@v4

.github/workflows/test_proto_syntax.yaml

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

2525
jobs:
2626
test-syntax:
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
steps:
2929
- name: Check out repo
3030
uses: actions/checkout@v4

0 commit comments

Comments
 (0)