ci: updade runner from 20.04 to 24.04 (#2147)
https://github.com/actions/runner-images/issues/11101
cyan committed
Apr 1, 2025 at 20:04 UTC
14a577f9b50f8b867ff45f4e07188537dd170e0e
3 files changed
+3
-3
.github/workflows/automated_integration_test.yml
+1
-1
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
Automated_integration_test:
15
- runs-on: ubuntu-20.04
15
+ runs-on: ubuntu-24.04
16
strategy:
17
fail-fast: false
18
matrix:
.github/workflows/no_print_in_dart.yaml
+1
-1
@@ -4,7 +4,7 @@ on: [pull_request]
4
5
jobs:
6
PR_test_build:
7
- runs-on: ubuntu-20.04
7
+ runs-on: ubuntu-24.04
8
9
steps:
10
- uses: actions/checkout@v4
.github/workflows/no_restricted_imports.yaml
+1
-1
@@ -4,7 +4,7 @@ on: [pull_request]
4
5
jobs:
6
check_restricted_imports:
7
- runs-on: ubuntu-20.04
7
+ runs-on: ubuntu-24.04
8
9
steps:
10
- uses: actions/checkout@v4