From 740100870afee81aa77f36f8c5ccd52eea945fea Mon Sep 17 00:00:00 2001 From: andrei Date: Sun, 17 Nov 2024 11:08:46 +0200 Subject: [PATCH] github/workflows: move macos job to the end of the list --- .github/workflows/matrix.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 7d6b6c6f74d90..2ce2ab409864c 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -100,19 +100,6 @@ jobs: ccache_limit: 2G ccache_key: linux-llvm-10-break1 - - compiler: clang++ - os: macos-12 - cmake: 0 - native: osx - pch: 0 - tiles: 1 - sound: 1 - localize: 1 - title: Clang 14, macOS 12, Tiles, Sound, x64 and arm64 Universal Binary - # cache size ??? to be observed - ccache_limit: 4G - ccache_key: macos-llvm-14-universal-break1 - - compiler: g++-9 os: ubuntu-latest cmake: 0 @@ -200,6 +187,19 @@ jobs: ccache_limit: 2G ccache_key: linux-gcc-9-cmake + - compiler: clang++ + os: macos-12 + cmake: 0 + native: osx + pch: 0 + tiles: 1 + sound: 1 + localize: 1 + title: Clang 14, macOS 12, Tiles, Sound, x64 and arm64 Universal Binary + # cache size ??? to be observed + ccache_limit: 4G + ccache_key: macos-llvm-14-universal-break1 + # Reserving space for msvc ccache & vcpkg cache # observed usage: # vcpkg: ??? -> 500MB