aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2024-06-13 11:32:41 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2024-06-13 11:32:41 +0200
commit9fc111b23c21ff4da7e17e4bca2c2c6b5758d944 (patch)
tree314c7af9a2e16306217ae9e3ff1e3107f1fb753a
parent220b7a1bf7915a336b9c2a08806e60c1c32bde8e (diff)
downloadNorthstarLauncher-ci/use-older-windows.tar.gz
NorthstarLauncher-ci/use-older-windows.zip
Use older Windows version for building Northstarci/use-older-windows
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/release.yml2
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