We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3626644 commit 4044684Copy full SHA for 4044684
.github/workflows/publish.yml
@@ -11,8 +11,10 @@ jobs:
11
12
strategy:
13
matrix:
14
- node-version: [21.x, 20.x, 19.x, 18.x]
15
- os: [ubuntu-latest, macos-latest]
+ node-version: [22.x, 20.x]
+ # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners
16
+ # macos-13 runs on intel processors, macos-14 runs on apple silicon
17
+ os: [ubuntu-latest, macos-13, macos-14]
18
19
runs-on: ${{ matrix.os }}
20
0 commit comments