Skip to content

Commit 10f6b98

Browse files
Fixing actions versions to current "-latest" and added M1 (arm) runner
1 parent b187589 commit 10f6b98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
timeout-minutes: 15
1010
strategy:
1111
matrix:
12-
platform: [ubuntu-latest, macos-latest, windows-latest]
12+
# @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
13+
# macos-12 = intel
14+
# macos-14 = M1 (arm)
15+
platform: [ubuntu-22.04, macos-12, macos-14, windows-2022]
1316
node-version: [18]
1417
runs-on: ${{ matrix.platform }}
1518
steps:

0 commit comments

Comments
 (0)