Skip to content

Commit

Permalink
add note about why this change to the actions config is necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Nov 26, 2024
1 parent 0b49abe commit 0b6fe7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
matrix:
operating-system: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
# The 'setup-node' action has become unable to locate versions for macos ("darwin") on arm64
# for some reason. Processor architecture shouldn't affect any of our testing, so we can pin
# this for now.
architecture: [x64]

steps:
Expand Down

0 comments on commit 0b6fe7f

Please sign in to comment.