Skip to content

Commit

Permalink
Merge pull request #77934 from andrei8l/workflow-reorder
Browse files Browse the repository at this point in the history
github/workflows: move macOS job to the end of the list
  • Loading branch information
Anton Burmistrov authored Nov 18, 2024
2 parents a76c4db + 7401008 commit 97eb8a3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 97eb8a3

Please sign in to comment.