Skip to content

Commit 9808bf5

Browse files
author
Matevz Morato
committed
Remove the deprecated macos-13 runners
1 parent 1f5bde3 commit 9808bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
strategy:
247247
matrix:
248248
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
249-
os: [macos-13, macos-14] # macos-13 is x64, macos-14 is arm64
249+
os: [macos-14] # macos-14 is arm64 (macos-15-intel could be added later, once compilation on clang that on that image is fixed))
250250
runs-on: ${{ matrix.os }}
251251
steps:
252252
- name: Cache .hunter folder

0 commit comments

Comments
 (0)