Skip to content

Commit 5ffcfba

Browse files
committed
update linux runner, don't try to build x86 node 24
1 parent 0d0622f commit 5ffcfba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
node: [20, 22, 24]
1818
fail-fast: false
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Install Dependencies for Ubuntu
2222
run: sudo apt-get update && sudo apt-get install -y software-properties-common git build-essential clang libssl-dev libkrb5-dev libc++-dev wget zlib1g-dev
@@ -37,7 +37,7 @@ jobs:
3737
3838
- uses: actions/setup-python@v5
3939
with:
40-
python-version: "3.6"
40+
python-version: "3.11"
4141

4242
- name: Use Node.js
4343
uses: actions/setup-node@v4
@@ -124,6 +124,9 @@ jobs:
124124
matrix:
125125
node: [20, 22, 24]
126126
arch: [x86, x64]
127+
exclude:
128+
- node: 24
129+
arch: x86
127130
fail-fast: false
128131
runs-on: windows-2019
129132
steps:

0 commit comments

Comments
 (0)