Skip to content

Commit dd49b27

Browse files
committed
more
1 parent 118cf2e commit dd49b27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
include:
4040
# x64 glibc
4141
- os: ubuntu-22.04
42-
container: ghcr.io/your-org/your-image:latest
42+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:latest
4343
node: 18
4444
binary: linux-x64-glibc-108
4545
- os: ubuntu-22.04
46-
container: ghcr.io/your-org/your-image:latest
46+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:latest
4747
node: 20
4848
binary: linux-x64-glibc-115
4949
- os: ubuntu-22.04
50-
container: ghcr.io/your-org/your-image:latest
50+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:latest
5151
node: 22
5252
binary: linux-x64-glibc-127
5353
- os: ubuntu-22.04

0 commit comments

Comments
 (0)