diff --git a/.github/workflows/packages.yaml b/.github/workflows/packages.yaml index 40df63f1fa..38980c4d3d 100644 --- a/.github/workflows/packages.yaml +++ b/.github/workflows/packages.yaml @@ -19,7 +19,7 @@ jobs: include: - {pkg: "deb", os: "ubuntu-20.04", asset: "dvc_${{ github.event.release.tag_name }}_amd64.deb"} - {pkg: "rpm", os: "ubuntu-20.04", asset: "dvc-${{ github.event.release.tag_name }}-1.x86_64.rpm"} - - {pkg: "osxpkg", os: "macos-10.15", asset: "dvc-${{ github.event.release.tag_name }}.pkg"} + - {pkg: "osxpkg", os: "macos-11", asset: "dvc-${{ github.event.release.tag_name }}.pkg"} - {pkg: "exe", os: "windows-2019", asset: "dvc-${{ github.event.release.tag_name }}.exe"} name: ${{ matrix.pkg }}