This commit is contained in:
JustArchi
2021-01-02 15:13:33 +01:00
parent a27b08e563
commit 9b31e334b2

View File

@@ -6,11 +6,7 @@ on:
jobs:
update:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Checkout code