Skip to content

Commit

Permalink
CI: Test Node 14 with macos-13 image
Browse files Browse the repository at this point in the history
macOS 14 (`macos-latest`, `macos-14`) runners are implicitly
Apple Silicon runners, at least for runners we have access to
on the free tier.

Node 14 isn't built for Apple Silicon.

So, we can test Node 14 on older macOS, like... macOS 13.
That will get us an x64 macOS runner, an arch for which Node 14
should indeed be available.
  • Loading branch information
DeeDeeG committed Jul 3, 2024
1 parent c5f07a2 commit f567da5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
exclude:
- os: windows-latest
node_version: 14
- os: macos-latest
node_version: 14
include:
- os: windows-2019
node_version: 14
- os: macos-13
node_version: 14
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}

steps:
Expand Down

0 comments on commit f567da5

Please sign in to comment.