diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0927d1e..3170fef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,16 +18,16 @@ jobs: config: - os: debian tag: latest - - os: ubuntu - tag: latest - - os: centos - tag: latest - - os: fedora - tag: latest - - os: archlinux - tag: latest - - os: latest - tag: latest + # - os: ubuntu + # tag: latest + # - os: centos + # tag: latest + # - os: fedora + # tag: latest + # - os: archlinux + # tag: latest + # - os: latest + # tag: latest steps: - uses: actions/checkout@v2