Skip to content

Commit ae53ef1

Browse files
committed
Update to MacOS 15
1 parent 95d4ad0 commit ae53ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
./.ci-run-tests.sh
4747
4848
mac-os:
49-
runs-on: macos-13
49+
runs-on: macos-15
5050
env:
5151
EANTIC: yes
5252
NAUTY: yes
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v2
5656
- uses: actions/setup-python@v2
5757
with:
58-
python-version: '3.7'
58+
python-version: '3.12'
5959
- name: "Setup compiler and build automake"
6060
run: |
6161
brew reinstall llvm automake

0 commit comments

Comments
 (0)