Skip to content

Commit 31e124c

Browse files
authored
fix: update ubuntu runner version (#2266)
1 parent 1ca5988 commit 31e124c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bindings-nodejs-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# The GitHub hosted Windows 2022 image comes with Visual Studio 2022, but node-gyp
6262
# (which is used by neon-sys) sadly fails to recognize it. As a mitigation, we still run the
6363
# tests on Windows 2019, until we can figure out a way to fix the problem.
64-
os: [ubuntu-20.04, macos-13, windows-2019]
64+
os: [ubuntu-22.04, macos-13, windows-2019]
6565
node-version: ["18.x"]
6666

6767
steps:

0 commit comments

Comments
 (0)