Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33994cf commit 3d47ec0Copy full SHA for 3d47ec0
.github/workflows/tests.yml
@@ -17,9 +17,10 @@ jobs:
17
name: "Linux Tests"
18
strategy:
19
matrix:
20
- node: [14, 16, 18]
+ node: [16, 18]
21
+ arch: [x86, arm64]
22
runs-on: ubuntu-latest
- container: ubuntu:20.04
23
+ container: ubuntu:22.04
24
steps:
25
- name: Install Dependencies for Ubuntu
26
# git >= 2.18 required for actions/checkout git support
@@ -86,8 +87,8 @@ jobs:
86
87
name: "macOS Tests"
88
89
90
- runs-on: macOS-10.15
91
+ runs-on: macos-12
92
# This is mostly the same as the Linux steps, waiting for anchor support
93
# https://github.com/actions/runner/issues/1182
94
0 commit comments