Skip to content

Commit

Permalink
chore: hmm are windows-latest agents recently borked?
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 7, 2024
1 parent 54f7925 commit 5f097db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
os: [
macos-12,
ubuntu-latest,
windows-latest,
windows-2019,
]
docker: [false]
alpine: [false]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/download-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"${SCRIPT_DIR}/download-plugins.sh"

0 comments on commit 5f097db

Please sign in to comment.