From 6a38c5dccbc167926615229d9059c02f25088b2d Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 1 Dec 2022 07:55:51 -0500 Subject: gitlab-ci: replace 'linux' tags with 'linux-x86_64' in upload jobs These were missed by commit 94d82d91d5 (gitlab-ci: replace 'linux' tags with 'linux-x86_64', 2022-11-30). --- .gitlab/upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab') diff --git a/.gitlab/upload.yml b/.gitlab/upload.yml index 27a6ab72ca..745b078a0e 100644 --- a/.gitlab/upload.yml +++ b/.gitlab/upload.yml @@ -6,7 +6,7 @@ tags: - cmake - docker - - linux + - linux-x86_64 - build environment: name: rsync-upload @@ -25,7 +25,7 @@ tags: - cmake - docker - - linux + - linux-x86_64 - build environment: name: rsync-upload -- cgit v1.2.1