File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,22 +242,21 @@ jobs:
242242 matrix :
243243 icon : ['⬛']
244244 sys : [macos]
245- runs-on : [macos-14 , macos-13 ]
245+ runs-on : [macos-15 , macos-15-intel ]
246246 compiler : ["gcc"]
247247 compiler-ver : ["14"]
248248 build-type : ["Release"]
249249 target : ["incplot"]
250250
251251 include :
252- - runs-on : macos-14
252+ - runs-on : macos-15
253253 platform : " arm64"
254- - runs-on : macos-13
254+ - runs-on : macos-15-intel
255255 platform : " x86_64"
256256
257257 - compiler : " gcc"
258258 compiler-ver : " 14"
259259 cmake-override : " -DCMAKE_C_COMPILER=gcc-14 -DCMAKE_CXX_COMPILER=g++-14"
260- install :
261260
262261 steps :
263262 - name : ' 🧰 Checkout'
@@ -271,10 +270,6 @@ jobs:
271270 setup-cpp : true
272271 compiler : ${{matrix.compiler}}-${{matrix.compiler-ver}}
273272
274- - name : Create Build Environment
275- run : |
276- ${{matrix.install}}
277-
278273 - name : Configure git credentials
279274 run : |
280275 git config --global url."https://x-access-token:${GITHUB_TOKEN}@github.com/".insteadOf "https://github.com/"
You can’t perform that action at this time.
0 commit comments