Skip to content

Commit 66daa1e

Browse files
committed
updated ubuntu.yaml
1 parent 905fe19 commit 66daa1e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ubuntu.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ jobs:
2828
build:
2929
#name: build
3030
timeout-minutes: 10
31-
runs-on: ${{ matrix.os }}
32-
strategy:
33-
fail-fast: false
34-
matrix:
35-
os: [ubuntu-latest, ubuntu-16.04]
31+
runs-on: ubuntu-latest
3632
steps:
3733
- uses: actions/checkout@v2
3834
- uses: actions/cache@v1

0 commit comments

Comments
 (0)