changed macos build version

This commit is contained in:
Kylart 2021-09-04 17:57:06 +02:00
parent 47fa5cb195
commit 0ed6aee426
1 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: macos-11
runs-on: macos-10.15
env:
CSC_IDENTITY_AUTO_DISCOVERY: false
@ -42,7 +42,10 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: dist
path: dist/
path: |
dist/
!dist/mac
!dist/bundled
- name: Download test Artifact
uses: actions/upload-artifact@v2
with: