Skip to content

Commit

Permalink
Fix github runner tag
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Jan 9, 2024
1 parent bfce851 commit 3a54c4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
retention-days: 1

build_mac:
runs-on: [self-hosted, ARM64, macOS]
runs-on: [self-hosted, ARM64, macOS, qFlipper]
env:
MAC_OS_KEYCHAIN_NAME: ${{ secrets.MAC_OS_KEYCHAIN_NAME }}
MAC_OS_KEYCHAIN_PASSWORD: ${{ secrets.MAC_OS_KEYCHAIN_PASSWORD }}
Expand All @@ -61,7 +61,7 @@ jobs:
run: ./build_mac.sh

- name: Publish application
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: qflipper.dmg
path: |
Expand All @@ -84,7 +84,7 @@ jobs:
run: .\build_windows.bat

- name: Publish application
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: qFlipperSetup-64bit.exe
path: |
Expand Down

0 comments on commit 3a54c4b

Please sign in to comment.