From ad9906d3f05946cff9b8d10e8639c8bd881768c1 Mon Sep 17 00:00:00 2001 From: eine Date: Tue, 9 Feb 2021 08:07:10 +0100 Subject: ci: specify macos version in tarball names --- .github/workflows/Test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 7ad6b2a1d..0316f2b39 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -161,8 +161,8 @@ jobs: backend: - mcode - llvm - runs-on: macOS-latest - name: '๐ŸŽ macOS ยท ${{ matrix.backend }}' + runs-on: macOS-10.15 + name: '๐ŸŽ macOS 10.15 ยท ${{ matrix.backend }}' steps: - name: '๐Ÿงฐ Checkout' @@ -183,7 +183,7 @@ jobs: run: | PATH=$PWD/gnat/bin:$PATH ./scripts/ci-run.sh -c - mv ghdl-*.tgz ghdl-osx-${{ matrix.backend }}.tgz + mv ghdl-*.tgz ghdl-macos-10.15-${{ matrix.backend }}.tgz env: TASK: macosx+${{ matrix.backend }} GITHUB_OS: ${{ runner.os }} @@ -191,7 +191,7 @@ jobs: - name: '๐Ÿ“ค Upload artifact: package' uses: actions/upload-artifact@v2 with: - path: ghdl-osx-${{ matrix.backend }}.tgz + path: ghdl-macos*${{ matrix.backend }}.tgz # # Windows Build -- cgit v1.2.3