Skip to content

Commit 93b3c10

Browse files
committed
Switch to Mac 15 in CI
1 parent 96dc711 commit 93b3c10

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ jobs:
7777
- name: Run tests
7878
run: ./test/tests
7979
test_release_mac:
80-
runs-on: macos-13
80+
runs-on: macos-15
8181
steps:
8282
- uses: actions/checkout@v3
83-
- uses: turtlebrowser/get-conan@main
83+
- name: Install Conan
84+
run: brew install conan
8485
- name: Run Conan Install
8586
run: |
8687
conan profile detect

0 commit comments

Comments
 (0)