Skip to content

Commit 1fa99e3

Browse files
authored
Update ci.yml
1 parent c9214a8 commit 1fa99e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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] # g3735302 [macos-latest, macos-13]
5858
fail-fast: false
5959
# The type of runner that the job will run on
6060
runs-on: ${{ matrix.os }}
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
matrix:
111111
# Run this workflow on different os
112-
os: [windows-latest, ubuntu-latest, macos-latest, macos-13]
112+
os: [windows-latest, ubuntu-latest] # g3735302 [macos-latest, macos-13]
113113
fail-fast: false
114114
# The type of runner that the job will run on
115115
runs-on: ${{ matrix.os }}
@@ -159,4 +159,4 @@ jobs:
159159
to: ${{ secrets.CI_INTERNAL_EMAIL }}
160160
from: ${{ secrets.MAIL_USERNAME }}
161161
secure: true
162-
body: ${{ github.job }} job in workflow ${{ github.workflow }} of ${{ github.repository }} has ${{ job.status }}
162+
body: ${{ github.job }} job in workflow ${{ github.workflow }} of ${{ github.repository }} has ${{ job.status }}

0 commit comments

Comments
 (0)