Skip to content

Commit 19350a2

Browse files
committed
CI: Matrix updates for publish
1 parent af1e5e3 commit 19350a2

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

‎.github/workflows/publish.yml‎

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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/"

0 commit comments

Comments
 (0)