From 94d82d91d54a2b5b66517dca491d71e6c5d88a99 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 30 Nov 2022 11:28:42 -0500 Subject: gitlab-ci: replace 'linux' tags with 'linux-x86_64' The latter tag is now available on our CI runners to more explicitly distinguish `linux-x86_64` from `linux-aarch64`. --- .gitlab/os-linux.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index d655e66..c171c58 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -379,22 +379,22 @@ - cmake - build - docker - - linux + - linux-x86_64 .linux_x86_64_tags_qt: tags: - cmake - build - docker - - linux - linux-3.17 # Needed to be able to load Fedora's Qt libraries. + - linux-x86_64 .linux_x86_64_tags_x11: tags: - cmake - docker - - linux - linux-3.17 # Needed to be able to load Fedora's Qt libraries. + - linux-x86_64 - x11 .linux_x86_64_tags_cuda: @@ -402,7 +402,7 @@ - cmake - cuda-rt - docker - - linux + - linux-x86_64 .linux_x86_64_v3_tags_cuda: tags: @@ -416,7 +416,7 @@ - cmake - radeon - docker - - linux + - linux-x86_64 .linux_aarch64_tags: tags: -- cgit v0.12