From 0051a7f7564b3ea849b97b3a1097b68df9c41384 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 25 Sep 2024 14:19:33 +0200 Subject: [PATCH] CI rebuild Signed-off-by: falkTX --- .github/workflows/build.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dc26c6..20952e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,9 +3,9 @@ name: build on: [push, pull_request] env: - CACHE_VERSION_LINUX: 26 - CACHE_VERSION_MACOS: 25 - CACHE_VERSION_WIN64: 25 + CACHE_VERSION_LINUX: 1 + CACHE_VERSION_MACOS: 1 + CACHE_VERSION_WIN64: 1 DEBIAN_FRONTEND: noninteractive HOMEBREW_NO_AUTO_UPDATE: 1 PAWPAW_FAST_MATH: 1 @@ -151,18 +151,14 @@ jobs: strategy: matrix: include: - - os: macos-11 - target: macos-10.15 - - os: macos-11 - target: macos-universal-10.15 - os: macos-12 target: macos-10.15 - os: macos-12 target: macos-universal-10.15 - # - os: macos-13 - # target: macos-10.15 - # - os: macos-13 - # target: macos-universal-10.15 + - os: macos-13 + target: macos-10.15 + - os: macos-13 + target: macos-universal-10.15 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4