We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cea8d commit d344939Copy full SHA for d344939
1 file changed
.github/workflows/tests.yml
@@ -18,9 +18,9 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- node: [18, 20]
+ node: [18, 20, 22]
22
runs-on: ubuntu-latest
23
- container: ubuntu:20.04
+ container: ubuntu:22.10
24
steps:
25
- name: Install Dependencies for Ubuntu
26
run: apt-get update && apt-get install -y git build-essential clang libssl-dev libkrb5-dev libc++-dev wget python3
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
os: [macOS-12, macos-13-xlarge]
94
runs-on: ${{ matrix.os }}
95
# This is mostly the same as the Linux steps, waiting for anchor support
0 commit comments