Skip to content

Commit f6ee350

Browse files
chore(deps): update dependency ubuntu github actions runner to v24 (#210)
Co-authored-by: renovate-self-hosted-apter[bot] <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com>
1 parent bfd17bd commit f6ee350

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/GitHubUserFinder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
pre-conditions:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
4646

4747
build-android:
4848
needs: pre-conditions
49-
runs-on: ubuntu-22.04
49+
runs-on: ubuntu-24.04
5050
steps:
5151
- name: Checkout repository
5252
uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
6262

6363
test-report:
6464
needs: pre-conditions
65-
runs-on: ubuntu-22.04
65+
runs-on: ubuntu-24.04
6666
permissions:
6767
checks: write
6868
pull-requests: write

0 commit comments

Comments
 (0)