File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments