Skip to content

Commit dba1243

Browse files
authored
Remove macos-13 from CI workflow matrix (#67)
1 parent 0502f5d commit dba1243

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
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
# Run this workflow on different os
57-
os: [windows-latest, ubuntu-latest, macos-latest, macos-13]
57+
os: [windows-latest, ubuntu-latest, macos-latest]
5858
fail-fast: false
5959
# The type of runner that the job will run on
6060
runs-on: ${{ matrix.os }}
@@ -121,7 +121,7 @@ jobs:
121121
strategy:
122122
matrix:
123123
# Run this workflow on different os
124-
os: [windows-latest, ubuntu-latest, macos-latest, macos-13]
124+
os: [windows-latest, ubuntu-latest, macos-latest]
125125
fail-fast: false
126126
# The type of runner that the job will run on
127127
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)