Skip to content

Commit 0b6fe7f

Browse files
add note about why this change to the actions config is necessary
1 parent 0b49abe commit 0b6fe7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
matrix:
1313
operating-system: [ubuntu-latest, macos-latest, windows-latest]
1414
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
15+
# The 'setup-node' action has become unable to locate versions for macos ("darwin") on arm64
16+
# for some reason. Processor architecture shouldn't affect any of our testing, so we can pin
17+
# this for now.
1518
architecture: [x64]
1619

1720
steps:

0 commit comments

Comments
 (0)