Skip to content

Commit 912a57b

Browse files
committed
[CI] Use ubuntu-22.04 instead of latest (24.04)
1 parent 05efd97 commit 912a57b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/soundness.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
jobs:
88
unacceptable-language-check:
99
name: Unacceptable language check
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
timeout-minutes: 1
1212
steps:
1313
- name: Checkout repository
@@ -17,7 +17,7 @@ jobs:
1717

1818
license-header-check:
1919
name: License headers check
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
timeout-minutes: 1
2222
steps:
2323
- name: Checkout repository
@@ -27,7 +27,7 @@ jobs:
2727

2828
format-check:
2929
name: Format check
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-22.04
3131
timeout-minutes: 5
3232
steps:
3333
- name: Checkout repository
@@ -43,7 +43,7 @@ jobs:
4343

4444
broken-symlinks-check:
4545
name: Broken symlinks check
46-
runs-on: ubuntu-latest
46+
runs-on: ubuntu-22.04
4747
timeout-minutes: 1
4848
steps:
4949
- name: Checkout repository

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99
jobs:
1010
unit-test:
1111
name: Unit Test
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
timeout-minutes: 10
1414
strategy:
1515
fail-fast: false

0 commit comments

Comments
 (0)