Skip to content

Commit 3ad0385

Browse files
committed
backports + win2022
1 parent a5c52a3 commit 3ad0385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CI: true
3939

4040
build-windows-x86:
41-
runs-on: windows-2019
41+
runs-on: windows-2022
4242
strategy:
4343
matrix:
4444
node_version: [18]

build-containers/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG gcc_install
66

77
FROM node:${node_version}-${version}
88

9-
RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list && \
9+
RUN echo "deb https://archive.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list && \
1010
apt update && \
1111
apt install -y --no-install-recommends \
1212
build-essential \

0 commit comments

Comments
 (0)