Skip to content

Commit 886a575

Browse files
committed
chore: use ubuntu-latest in ci
1 parent b3db499 commit 886a575

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
jobs:
55
commit_check:
66
name: Conventional Commits Checkout
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-latest
88
steps:
99
- name: Check Commits
1010
uses: amannn/[email protected]
@@ -13,7 +13,7 @@ jobs:
1313

1414
pull_request:
1515
name: Pull Request
16-
runs-on: ubuntu
16+
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
release:
88
name: Release
9-
runs-on: ubuntu
9+
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v3

0 commit comments

Comments
 (0)