diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e93a5159..14fdb52d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -31,7 +31,7 @@ jobs: os: [ macos-12, ubuntu-latest, - windows-latest, + windows-2019, ] docker: [false] alpine: [false] @@ -108,7 +108,7 @@ jobs: fail-fast: false matrix: node-version: [16, 18, 20, 22] - os: [macos-14, macos-12, ubuntu-latest, windows-latest] + os: [macos-14, macos-12, ubuntu-latest, windows-2019] docker: [false] include: - os: ubuntu-latest diff --git a/script/download-libs.sh b/script/download-libs.sh index 53d68ef9..3f089f4e 100755 --- a/script/download-libs.sh +++ b/script/download-libs.sh @@ -4,4 +4,4 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd)" # Figure out where the . "${SCRIPT_DIR}/lib/export-binary-versions.sh" "${SCRIPT_DIR}/lib/download-ffi.sh" "${SCRIPT_DIR}/lib/download-standalone.sh" -"${SCRIPT_DIR}/lib/download-plugins.sh" \ No newline at end of file +"${SCRIPT_DIR}/download-plugins.sh" \ No newline at end of file