update runner
Some checks failed
Release and Deploy / build (push) Failing after 6m38s
Release and Deploy / deploy (push) Has been skipped

This commit is contained in:
Fran Jurmanović
2025-07-30 02:03:28 +02:00
parent 8057420f09
commit a34b08072e

View File

@@ -14,7 +14,7 @@ env:
jobs:
build:
runs-on: windows-latest
runs-on: windows
steps:
- name: Checkout code
uses: actions/checkout@v3
@@ -66,7 +66,7 @@ jobs:
deploy:
needs: build
runs-on: windows-latest
runs-on: windows
environment: production
steps:
- name: Download build artifacts