File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5252
5353 strategy :
5454 matrix :
55- os : [ macos-13 , macos-latest, ubuntu-latest, windows-latest ]
55+ os : [ macos-15-intel , macos-latest, ubuntu-latest, windows-latest ]
5656 runs-on : ${{ matrix.os }}
5757 steps :
5858 - uses : francisbilham11/action-cached-lfs-checkout@v3
8888 strategy :
8989 matrix :
9090 os :
91- - macos-13
91+ - macos-15-intel
9292 - macos-latest
9393 - ubuntu-latest
9494 - windows-latest
@@ -112,9 +112,9 @@ jobs:
112112 - { os: macos-latest, version: { upstream: v3.8.0 }}
113113 - { os: macos-latest, version: { upstream: v3.9.0 }}
114114 # Redundant with macos-latest
115- - { os: macos-13 , version: { upstream: v3.10.0 }}
116- - { os: macos-13 , version: { upstream: v3.11.0 }}
117- - { os: macos-13 , version: { upstream: main }}
115+ - { os: macos-15-intel , version: { upstream: v3.10.0 }}
116+ - { os: macos-15-intel , version: { upstream: v3.11.0 }}
117+ - { os: macos-15-intel , version: { upstream: main }}
118118
119119 fail-fast : false
120120
You can’t perform that action at this time.
0 commit comments