Fix actions

This commit is contained in:
VirtuBox
2022-01-17 10:53:47 +01:00
committed by GitHub
parent f9b69de156
commit 441461689d

View File

@@ -14,12 +14,9 @@ on:
- cron: '0 0 * * 0' - cron: '0 0 * * 0'
jobs: jobs:
build: my_job:
strategy: name: test WordOps
matrix: runs-on: ubuntu-18.04
platform: [ubuntu-20.04, ubuntu-18.04]
runs-on: ${{ matrix.platform }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2