chore(CI): Make some changes (#17861)

* chore(CI): Make some changes. Less CI's maybe better...

* pendingsql

* FORK TEST - TO BE REVERTED

* changes

* test

* fix

* Revert "FORK TEST - TO BE REVERTED"

This reverts commit 875bc281c5a355cce2ddd8015484e256dbc185cf.

* rename workflow

* rename workflow

* rename workflow

* rename workflow

* I argue windows don't need dry runs

* maybe mac wants to be alive. who knows. When do we drop mac support really...?
This commit is contained in:
Kitzunu
2023-11-26 17:27:40 +01:00
committed by GitHub
parent f7d7c4feb7
commit 4a25ac665d
12 changed files with 88 additions and 115 deletions

View File

@@ -16,7 +16,6 @@ jobs:
fail-fast: false
matrix:
os:
- macos-11
- macos-12
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}
@@ -40,5 +39,3 @@ jobs:
run: source ./acore.sh install-deps
- name: Build
run: source ./apps/ci/mac/ci-compile.sh
- name: Run unit tests
run: source ./apps/ci/ci-run-unit-tests.sh