Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bcdf303

Browse files
committedMar 4, 2025·
ci: Update workflows to use ubuntu-24.04
1 parent a561fe5 commit bcdf303

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
build:
1212
name: build
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
4545

4646
check:
4747
name: check
48-
runs-on: ubuntu-20.04
48+
runs-on: ubuntu-24.04
4949
needs: build
5050
steps:
5151
- name: Checkout
@@ -109,7 +109,7 @@ jobs:
109109
test:
110110
name: test
111111
needs: [build, check]
112-
runs-on: ubuntu-20.04
112+
runs-on: ubuntu-24.04
113113
steps:
114114
- name: Checkout
115115
uses: actions/checkout@v4

‎.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
check-commit-message:
1212
name: Check Commit Message
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Check Commit Message
1616
uses: gsactions/commit-message-checker@v2

0 commit comments

Comments
 (0)
Please sign in to comment.