Skip to content

Commit 539bd29

Browse files
committed
Switch to macOS-15 runner image
1 parent 6fabe57 commit 539bd29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ jobs:
5252

5353
macOS:
5454
name: macOS
55-
runs-on: macOS-13
55+
runs-on: macOS-15
5656
steps:
5757
- uses: actions/checkout@v4
5858

59-
- name: Set environment variables for GCC 15
59+
- name: Set environment variables
6060
run: |
61-
echo "CC=$(brew --prefix gcc@15)/bin/gcc-15" >> $GITHUB_ENV
62-
echo "CXX=$(brew --prefix gcc@15)/bin/g++-15" >> $GITHUB_ENV
63-
echo "AR=$(brew --prefix gcc@15)/bin/gcc-ar-15" >> $GITHUB_ENV
61+
echo "AR=$(xcrun --find ar)" >> $GITHUB_ENV
62+
echo "CC=$(xcrun --find clang)" >> $GITHUB_ENV
63+
echo "CXX=$(xcrun --find clang++)" >> $GITHUB_ENV
6464
6565
- name: Install MySQL
6666
run: brew install mysql

0 commit comments

Comments
 (0)