Skip to content

Commit 9782776

Browse files
committed
ci: Change to use ubuntu-24.04
1 parent b7dda39 commit 9782776

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os:
23-
- ubuntu-22.04
23+
- ubuntu-24.04
2424
- macos-14
2525
- windows-2022
2626
version:
@@ -41,7 +41,7 @@ jobs:
4141

4242
fmt:
4343
name: Format
44-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4545
steps:
4646
- name: Checkout code
4747
uses: actions/checkout@v4

.github/workflows/REUSE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
reuse:
1616
name: REUSE
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@v4

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
validation:
2121
name: Validate
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@v4

.github/workflows/dependabot_auto_merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
dependabot:
1515
name: Dependabot auto-merge
1616
if: github.actor == 'dependabot[bot]' && github.repository_owner == 'sorairolake'
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Dependabot metadata
2020
id: metadata

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
deploy:
2020
name: Deploy
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v4

.github/workflows/mirror.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
gitlab:
1818
name: Mirror to GitLab
1919
if: (github.actor == 'sorairolake' || github.event_name == 'schedule') && github.repository_owner == 'sorairolake'
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Checkout code
2323
uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
3434
codeberg:
3535
name: Mirror to Codeberg
3636
if: (github.actor == 'sorairolake' || github.event_name == 'schedule') && github.repository_owner == 'sorairolake'
37-
runs-on: ubuntu-22.04
37+
runs-on: ubuntu-24.04
3838
steps:
3939
- name: Checkout code
4040
uses: actions/checkout@v4

0 commit comments

Comments
 (0)