Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit c9cf25f

Browse files
use latest ubuntu runner
1 parent a40625b commit c9cf25f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22
on: [push]
33
jobs:
44
build:
5-
runs-on: ubuntu-18.04
5+
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
88
- name: Use Node.js 12.8

0 commit comments

Comments
 (0)