changed os to ubuntu latest
This commit is contained in:
7
.github/workflows/cd.yaml
vendored
7
.github/workflows/cd.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user