diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-06-13 11:32:41 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-06-13 11:32:41 +0200 |
commit | 9fc111b23c21ff4da7e17e4bca2c2c6b5758d944 (patch) | |
tree | 314c7af9a2e16306217ae9e3ff1e3107f1fb753a | |
parent | 220b7a1bf7915a336b9c2a08806e60c1c32bde8e (diff) | |
download | NorthstarLauncher-9fc111b23c21ff4da7e17e4bca2c2c6b5758d944.tar.gz NorthstarLauncher-9fc111b23c21ff4da7e17e4bca2c2c6b5758d944.zip |
Use older Windows version for building Northstarci/use-older-windows
-rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6048a57..6aa9f427 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ env: jobs: build: - runs-on: windows-2022 + runs-on: windows-2019 steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6dd8cc3..3254385b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ env: jobs: build-launcher: - runs-on: windows-2022 + runs-on: windows-2019 steps: - name: Checkout uses: actions/checkout@v3 |