Skip to content

Commit

Permalink
macos-14 test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Apr 20, 2024
1 parent 931d1af commit 4dd1fe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

macos:
name: 🍎macOS
runs-on: macos-latest
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -140,6 +140,7 @@ jobs:
run: |
export PATH="$(brew --prefix llvm@15)/bin:$PATH"
echo $PATH
env
clang++ --version
cd gdext
scons
Expand Down

0 comments on commit 4dd1fe7

Please sign in to comment.