Skip to content

Commit f23558c

Browse files
author
Matevz Morato
committed
Use macos-14 in actions
1 parent 15056a9 commit f23558c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
needs: build-docstrings
6868
strategy:
6969
matrix:
70-
os: [ubuntu-latest, windows-latest, macos-latest]
70+
os: [ubuntu-latest, windows-latest, macos-14]
7171
runs-on: ${{ matrix.os }}
7272
steps:
7373
- name: Print home directory
7474
run: echo Home directory inside container $HOME
7575
- name: Setup cmake
76-
if: matrix.os == 'macos-latest'
76+
if: matrix.os == 'macos-14'
7777
uses: jwlawson/[email protected]
7878
with:
7979
cmake-version: '3.29.x'
@@ -113,7 +113,7 @@ jobs:
113113
sudo apt install libusb-1.0-0-dev
114114
115115
- name: Install dependencies (MacOS)
116-
if: matrix.os == 'macos-latest'
116+
if: matrix.os == 'macos-14'
117117
run: |
118118
python -m pip install --upgrade pip
119119
brew install libusb

0 commit comments

Comments
 (0)