diff options
| author | eine <eine@users.noreply.github.com> | 2021-02-09 08:07:10 +0100 | 
|---|---|---|
| committer | eine <eine@users.noreply.github.com> | 2021-02-09 08:48:55 +0100 | 
| commit | ad9906d3f05946cff9b8d10e8639c8bd881768c1 (patch) | |
| tree | a441ad47cdfa27deeb420b2bfdaebe23179106b2 | |
| parent | 7d5bfac5526528e32f5f44b9bea0bbdfee21a589 (diff) | |
| download | ghdl-ad9906d3f05946cff9b8d10e8639c8bd881768c1.tar.gz ghdl-ad9906d3f05946cff9b8d10e8639c8bd881768c1.tar.bz2 ghdl-ad9906d3f05946cff9b8d10e8639c8bd881768c1.zip | |
ci: specify macos version in tarball names
| -rw-r--r-- | .github/workflows/Test.yml | 8 | 
1 files 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 | 
