Skip to content

Commit

Permalink
Added MacOS 12 as a runner for Mac x64 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed May 7, 2024
1 parent b043397 commit 45cba71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
os: [macOS-latest, windows-latest]
os: [macos-latest, windows-latest, macos-12]
node-version: [18, 20, 21, 22]

steps:
Expand Down

0 comments on commit 45cba71

Please sign in to comment.