Skip to content

Commit 5cb5f97

Browse files
committed
Downgrade again to macos-14
1 parent bfb09a9 commit 5cb5f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
cmake --build build --parallel 3
4545
ctest --test-dir build --verbose
4646
47-
appleclang18_py:
48-
runs-on: macos-15
47+
appleclang15_py:
48+
runs-on: macos-14
4949
if: github.event.pull_request.draft == false
5050
steps:
5151
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)