Skip to content

Commit f554e79

Browse files
committed
fix: update to ubuntu-latest, github doesnt support 1804
1 parent c6cc553 commit f554e79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
timeout-minutes: 20
1010
name: Check
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v1
1414

.github/workflows/prtitle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
main:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: amannn/action-semantic-pull-request@v1.1.1
1414
env:

0 commit comments

Comments
 (0)