Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2022-02-17 02:34:18 +0300
committerremi durand <remi-j.durand@thalesgroup.com>2022-03-17 12:29:26 +0300
commita0d7ae360b79823d861bccc7ed610538b87a0761 (patch)
treee3baca60db09468f900dcf40536ebf44a091517e
parent810009e7f7844a72251c37694b3f8cc4ca7a562d (diff)
keep running on windows2019, until it's tested on vs 2022Nightly
-rw-r--r--.github/workflows/ccpp_mac.yml1
-rw-r--r--.github/workflows/ccpp_mac_arm.yml1
-rw-r--r--.github/workflows/ccpp_ubuntu.yml1
-rw-r--r--.github/workflows/ccpp_ubuntu_gtk3.yml1
-rw-r--r--.github/workflows/ccpp_win.yml5
-rw-r--r--.github/workflows/ccpp_win_debug.yml4
-rw-r--r--.github/workflows/ccpp_win_rc.yml4
7 files changed, 11 insertions, 6 deletions
diff --git a/.github/workflows/ccpp_mac.yml b/.github/workflows/ccpp_mac.yml
index ededa59e0..bbb230c76 100644
--- a/.github/workflows/ccpp_mac.yml
+++ b/.github/workflows/ccpp_mac.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- Nigthly
+ - Nightly
jobs:
build:
diff --git a/.github/workflows/ccpp_mac_arm.yml b/.github/workflows/ccpp_mac_arm.yml
index 495896ff7..219e11626 100644
--- a/.github/workflows/ccpp_mac_arm.yml
+++ b/.github/workflows/ccpp_mac_arm.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- Nigthly
+ - Nightly
jobs:
build:
diff --git a/.github/workflows/ccpp_ubuntu.yml b/.github/workflows/ccpp_ubuntu.yml
index 0e9361237..a09680b60 100644
--- a/.github/workflows/ccpp_ubuntu.yml
+++ b/.github/workflows/ccpp_ubuntu.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- Nigthly
+ - Nightly
jobs:
build:
diff --git a/.github/workflows/ccpp_ubuntu_gtk3.yml b/.github/workflows/ccpp_ubuntu_gtk3.yml
index ca7cc0971..fbfc1cb1c 100644
--- a/.github/workflows/ccpp_ubuntu_gtk3.yml
+++ b/.github/workflows/ccpp_ubuntu_gtk3.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- Nigthly
+ - Nightly
jobs:
build:
diff --git a/.github/workflows/ccpp_win.yml b/.github/workflows/ccpp_win.yml
index 136e4688a..af64cc349 100644
--- a/.github/workflows/ccpp_win.yml
+++ b/.github/workflows/ccpp_win.yml
@@ -4,10 +4,11 @@ on:
push:
branches:
- Nigthly
+ - Nightly
jobs:
build_dep:
- runs-on: windows-latest
+ runs-on: windows-2019
steps:
- uses: actions/checkout@v2
@@ -28,7 +29,7 @@ jobs:
path: ./deps/build/destdir/
build:
- runs-on: windows-latest
+ runs-on: windows-2019
needs: build_dep
steps:
diff --git a/.github/workflows/ccpp_win_debug.yml b/.github/workflows/ccpp_win_debug.yml
index c27875622..5c5937662 100644
--- a/.github/workflows/ccpp_win_debug.yml
+++ b/.github/workflows/ccpp_win_debug.yml
@@ -7,7 +7,7 @@ on:
jobs:
build_dep:
- runs-on: windows-latest
+ runs-on: windows-2019
steps:
- uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
path: ./deps/build/destdir/
build:
- runs-on: windows-latest
+ runs-on: windows-2019
needs: build_dep
steps:
diff --git a/.github/workflows/ccpp_win_rc.yml b/.github/workflows/ccpp_win_rc.yml
index 5595642fc..80600e961 100644
--- a/.github/workflows/ccpp_win_rc.yml
+++ b/.github/workflows/ccpp_win_rc.yml
@@ -7,7 +7,7 @@ on:
jobs:
build_dep:
- runs-on: windows-latest
+ runs-on: windows-2019
steps:
- uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
path: ./deps/build/destdir/
build:
- runs-on: windows-latest
+ runs-on: windows-2019
needs: build_dep
steps: