Skip to content

Commit 0b26fd2

Browse files
authored
1 parent a3c616e commit 0b26fd2

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ env:
3434
# Using cargo-hack also allows us to more easily test the feature matrix of our packages.
3535
# We use --each-feature & --optional-deps which will run a separate check for every feature.
3636
#
37-
# We use macos-14 explictly instead of macos-latest because:
38-
# * macos-latest currently points to macos-12
39-
# * macos-14 comes with the M1 CPU which compiles our code much faster than the older runners
40-
# This explicit dependency can be switched back to macos-latest once it points to macos-14,
41-
# which is expected to happen sometime in Q2 FY24 (April – June 2024).
42-
# https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
43-
#
4437
# The MSRV jobs run only cargo check because different clippy versions can disagree on goals and
4538
# running tests introduces dev dependencies which may require a higher MSRV than the bare package.
4639
#
@@ -83,7 +76,7 @@ jobs:
8376
runs-on: ${{ matrix.os }}
8477
strategy:
8578
matrix:
86-
os: [windows-latest, macos-14, ubuntu-latest]
79+
os: [windows-latest, macos-latest, ubuntu-latest]
8780
steps:
8881
- uses: actions/checkout@v4
8982

@@ -147,7 +140,7 @@ jobs:
147140
runs-on: ${{ matrix.os }}
148141
strategy:
149142
matrix:
150-
os: [windows-latest, macos-14, ubuntu-latest]
143+
os: [windows-latest, macos-latest, ubuntu-latest]
151144
steps:
152145
- uses: actions/checkout@v4
153146

@@ -167,7 +160,7 @@ jobs:
167160
runs-on: ${{ matrix.os }}
168161
strategy:
169162
matrix:
170-
os: [windows-latest, macos-14, ubuntu-latest]
163+
os: [windows-latest, macos-latest, ubuntu-latest]
171164
steps:
172165
- uses: actions/checkout@v4
173166

@@ -222,7 +215,7 @@ jobs:
222215
runs-on: ${{ matrix.os }}
223216
strategy:
224217
matrix:
225-
os: [windows-latest, macos-14, ubuntu-latest]
218+
os: [windows-latest, macos-latest, ubuntu-latest]
226219
steps:
227220
- uses: actions/checkout@v4
228221

0 commit comments

Comments
 (0)