changed os to ubuntu latest

This commit is contained in:
2022-02-08 13:59:39 +01:00
parent c6f7431020
commit 622c417791

View File

@@ -7,16 +7,11 @@ on:
jobs:
cd:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
env:
BRANCH: gh-pages
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
steps:
- name: Checkout 🛎
uses: actions/checkout@master