Skip to content

Commit 83e8788

Browse files
committed
chore(ci): use Ubuntu latest
1 parent 583381c commit 83e8788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [macos-latest, windows-latest, ubuntu-16.04]
12+
os: [macos-latest, windows-latest, ubuntu-latest]
1313

1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)