diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae09f50..1222cb6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,8 +16,8 @@ jobs: fail-fast: false matrix: image: - - debian - - centos + - alpine + #- centos steps: - name: checkout uses: actions/checkout@v2