From 761ef69c43f2326327748707a36836f5b7b434fe Mon Sep 17 00:00:00 2001 From: Zyres Date: Sat, 8 Jul 2023 15:46:41 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b9d971253..c7254eb68 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,15 +3,12 @@ version: 2.1 jobs: "Classic": docker: - - image: "cimg/base:2022.03" + - image: "cimg/base:2023.06" steps: - checkout - run: name: Installing SUDO command: 'sudo apt-get update && sudo apt-get install -y && sudo rm -rf /var/lib/apt/lists/*' -# - run: -# name: Installing GCC -# command: 'sudo apt-get update && sudo apt-get install -y gcc-9 g++' - run: name: Install CMAKE command: 'sudo apt-get update && sudo apt-get install -y cmake' @@ -41,15 +38,12 @@ jobs: cd .. "TBC": docker: - - image: "cimg/base:2022.03" + - image: "cimg/base:2023.06" steps: - checkout - run: name: Installing SUDO command: 'sudo apt-get update && sudo apt-get install -y && sudo rm -rf /var/lib/apt/lists/*' -# - run: -# name: Installing GCC -# command: 'sudo apt-get update && sudo apt-get install -y gcc-9 g++' - run: name: Install CMAKE command: 'sudo apt-get update && sudo apt-get install -y cmake' @@ -80,15 +74,12 @@ jobs: "WotLK": docker: - - image: "cimg/base:2022.03" + - image: "cimg/base:2023.06" steps: - checkout - run: name: Installing SUDO command: 'sudo apt-get update && sudo apt-get install -y && sudo rm -rf /var/lib/apt/lists/*' -# - run: -# name: Installing GCC -# command: 'sudo apt-get update && sudo apt-get install -y gcc-9 g++' - run: name: Install CMAKE command: 'sudo apt-get update && sudo apt-get install -y cmake' @@ -119,15 +110,12 @@ jobs: "Cata": docker: - - image: "cimg/base:2022.03" + - image: "cimg/base:2023.06" steps: - checkout - run: name: Installing SUDO command: 'sudo apt-get update && sudo apt-get install -y && sudo rm -rf /var/lib/apt/lists/*' -# - run: -# name: Installing GCC -# command: 'sudo apt-get update && sudo apt-get install -y gcc-9 g++' - run: name: Install CMAKE command: 'sudo apt-get update && sudo apt-get install -y cmake' @@ -158,15 +146,12 @@ jobs: "Mop": docker: - - image: "cimg/base:2022.03" + - image: "cimg/base:2023.06" steps: - checkout - run: name: Installing SUDO command: 'sudo apt-get update && sudo apt-get install -y && sudo rm -rf /var/lib/apt/lists/*' -# - run: -# name: Installing GCC -# command: 'sudo apt-get update && sudo apt-get install -y gcc-9 g++' - run: name: Install CMAKE command: 'sudo apt-get update && sudo apt-get install -y cmake'