We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd17bd commit f6ee350Copy full SHA for f6ee350
.github/workflows/GitHubUserFinder.yml
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
pre-conditions:
17
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
46
47
build-android:
48
needs: pre-conditions
49
50
51
52
@@ -62,7 +62,7 @@ jobs:
62
63
test-report:
64
65
66
permissions:
67
checks: write
68
pull-requests: write
0 commit comments