Skip to content

Commit c278ef2

Browse files
committed
chore(deps): update dependency ubuntu to v24
1 parent 379aa9d commit c278ef2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dailly-generate-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
generate-updates:
88
if: ${{ github.repository == 'googleapis/elixir-google-api' }}
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
env:
1111
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
1212
steps:

.github/workflows/generate-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
generate-updates:
1111
if: ${{ github.repository == 'googleapis/elixir-google-api' }}
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
1515
steps:

.github/workflows/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- elixir: "1.14.5-otp-26"
1818
otp: "26.2.3"
1919
fail-fast: false
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Checkout repo
2323
uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
3232
required-checks:
3333
needs: tests
3434
if: ${{ always() }}
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-24.04
3636
steps:
3737
- name: Required checks collector
3838
run: 'test "${NEEDS_TESTS_RESULT}" = "success"'

.github/workflows/update-api-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
update-api-list:
1010
if: ${{ github.repository_owner == 'googleapis' }}
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
1414
steps:

0 commit comments

Comments
 (0)