We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d344939 commit 8c948daCopy full SHA for 8c948da
1 file changed
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
matrix:
21
node: [18, 20, 22]
22
runs-on: ubuntu-latest
23
- container: ubuntu:22.10
+ container: ubuntu:20.04
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
0 commit comments