From 4dd1fe76eee41874f1094260594a8d8b79f84568 Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Sat, 20 Apr 2024 08:45:10 +0200 Subject: [PATCH] macos-14 test --- .github/workflows/gdext.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index 1dea6d68..e2f7d289 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -105,7 +105,7 @@ jobs: macos: name: 🍎macOS - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@v4 @@ -140,6 +140,7 @@ jobs: run: | export PATH="$(brew --prefix llvm@15)/bin:$PATH" echo $PATH + env clang++ --version cd gdext scons