chore: Update Mac Intel runner to macos 13

This commit is contained in:
Artem Chepurnyi 2024-12-12 09:13:49 +02:00 committed by GitHub
parent 5723bf9f1a
commit dd0fc6efe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ jobs:
path: desktopApp/build/compose/binaries/main/dmg/*.dmg
retention-days: 1
build-macos-intel-app:
runs-on: macos-12
runs-on: macos-13
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: