From 499171b2a64376f5f4c15d52916f0f2fa168231b Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Thu, 4 Jun 2020 22:03:09 +0200
Subject: [PATCH] [windows,ci] remove os version suffix from runner tag

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54bb097..6614ffe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,7 @@ deploy ubuntu:
 
 build windows:
   stage: build
-  tags: [ windows-1809, shell ]
+  tags: [ windows, shell ]
   before_script:
     - Copy-Item 'C:/Windows/System32/opengl32.dll' 'windows/devel/opengl32.dll'
     - Copy-Item 'C:/Windows/System32/glu32.dll' 'windows/devel/glu32.dll'
@@ -68,7 +68,7 @@ build windows:
 
 deploy windows:
   stage: build
-  tags: [ windows-1809, shell ]
+  tags: [ windows, shell ]
   only:
     - master
   before_script:
-- 
GitLab