1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-28 11:00:05 +01:00
This commit is contained in:
eric sciple 2019-12-03 18:20:02 -05:00
parent 2177b2effc
commit 9e6ea46e86

View file

@ -9,10 +9,7 @@ on:
jobs:
test:
strategy:
matrix:
runs-on: [ubuntu-latest]
runs-on: ${{ matrix.runs-on }}
runs-on: ubuntu-latest
steps:
- name: Checkout