aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/Test.yml8
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