Skip to content

Commit 0570c7d

Browse files
authored
Use macos-latest for CI (#2725)
1 parent 04e9ab2 commit 0570c7d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
name: Build and test
9090
strategy:
9191
matrix:
92-
os: [windows-latest, ubuntu-latest, macos-14]
92+
os: [windows-latest, ubuntu-latest, macos-latest]
9393

9494
runs-on: ${{matrix.os}}
9595

@@ -105,7 +105,7 @@ jobs:
105105
- name: Add additional Rust targets
106106
run: |
107107
rustup target add x86_64-apple-darwin
108-
if: matrix.os == 'macos-14'
108+
if: matrix.os == 'macos-latest'
109109
- uses: actions/setup-python@v4
110110
with:
111111
python-version: ${{ env.PYTHON_VERSION }}
@@ -122,7 +122,7 @@ jobs:
122122
name: Rust Unit tests
123123
strategy:
124124
matrix:
125-
os: [windows-latest, ubuntu-latest, macos-14]
125+
os: [windows-latest, ubuntu-latest, macos-latest]
126126

127127
runs-on: ${{matrix.os}}
128128

@@ -138,7 +138,7 @@ jobs:
138138
- name: Add additional Rust targets
139139
run: |
140140
rustup target add x86_64-apple-darwin
141-
if: matrix.os == 'macos-14'
141+
if: matrix.os == 'macos-latest'
142142
- uses: actions/setup-python@v4
143143
with:
144144
python-version: ${{ env.PYTHON_VERSION }}
@@ -156,7 +156,7 @@ jobs:
156156
timeout-minutes: 30
157157
strategy:
158158
matrix:
159-
os: [windows-latest, ubuntu-latest, macos-14]
159+
os: [windows-latest, ubuntu-latest, macos-latest]
160160

161161
runs-on: ${{matrix.os}}
162162

@@ -172,7 +172,7 @@ jobs:
172172
- name: Add additional Rust targets
173173
run: |
174174
rustup target add x86_64-apple-darwin
175-
if: matrix.os == 'macos-14'
175+
if: matrix.os == 'macos-latest'
176176
- uses: actions/setup-python@v4
177177
with:
178178
python-version: ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)