Skip to content

Commit 986f696

Browse files
Updated GitHub runners and using Node 22
1 parent 24520ae commit 986f696

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
matrix:
1414
# @see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
1515
# macos-13 = intel
16-
# macos-14 = M1 (arm)
17-
platform: [ubuntu-24.04, macos-13, macos-14, windows-2022]
18-
node-version: [20]
16+
# macos-14+ = M1 (arm)
17+
platform: [ubuntu-24.04, macos-13, macos-15, windows-2025]
18+
node-version: [22]
1919
runs-on: ${{ matrix.platform }}
2020
steps:
2121
- name: Check out code

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
# @see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
14-
# macos-12 = intel
15-
# macos-14 = M1 (arm)
16-
platform: [ubuntu-22.04, macos-12, macos-14, windows-2022]
17-
node-version: [20]
14+
# macos-13 = intel
15+
# macos-14+ = M1 (arm)
16+
platform: [ubuntu-24.04, macos-13, macos-15, windows-2025]
17+
node-version: [22]
1818
runs-on: ${{ matrix.platform }}
1919
steps:
2020
- name: Check out code

0 commit comments

Comments
 (0)