We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ac2a5 commit d5b36efCopy full SHA for d5b36ef
1 file changed
.github/workflows/main.yml
@@ -12,16 +12,6 @@ jobs:
12
node_version:
13
- 18
14
- 20
15
- distribution:
16
- - oracle
17
- - temurin
18
- - microsoft
19
- - corretto
20
- - zulu
21
- java_version:
22
- - 17
23
- arch:
24
- - x64
25
include:
26
# Oracle
27
- distribution: oracle
@@ -67,6 +57,8 @@ jobs:
67
57
- distribution: zulu
68
58
java_version: 21
69
59
new_drivers: true
60
+ arch:
61
+ - x64
70
62
steps:
71
63
- name: ☑️ Checkout ☑️
72
64
uses: actions/checkout@v4
0 commit comments