From 560f316649822f92ef6d91137a2bf966213f0c76 Mon Sep 17 00:00:00 2001 From: DNKpp Date: Tue, 23 Apr 2024 00:19:14 +0200 Subject: [PATCH] as --- .github/workflows/build.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35c684c62..0a60488e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,30 +74,6 @@ jobs: compiler_version: 13, libcxx: false } - #gcc-12 - - { - prefix: "Linux", - os: ubuntu-latest, - compiler_name: "gcc", - compiler_version: 12, - libcxx: false - } - #gcc-11 - - { - prefix: "Linux", - os: ubuntu-latest, - compiler_name: "gcc", - compiler_version: 11, - libcxx: false - } - #gcc-10 - - { - prefix: "Linux", - os: ubuntu-latest, - compiler_name: "gcc", - compiler_version: 10, - libcxx: false - } steps: - uses: actions/checkout@v4