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 118cf2e commit dd49b27Copy full SHA for dd49b27
.github/workflows/ci.yml
@@ -39,15 +39,15 @@ jobs:
39
include:
40
# x64 glibc
41
- os: ubuntu-22.04
42
- container: ghcr.io/your-org/your-image:latest
+ container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:latest
43
node: 18
44
binary: linux-x64-glibc-108
45
46
47
node: 20
48
binary: linux-x64-glibc-115
49
50
51
node: 22
52
binary: linux-x64-glibc-127
53
0 commit comments