Skip to content

Commit

Permalink
change machine
Browse files Browse the repository at this point in the history
  • Loading branch information
wandyezj committed May 16, 2024
1 parent 6bc6f51 commit eb24cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build:
timeout-minutes: 10
# Match Development Operating System
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
# Setup
- uses: actions/checkout@v3
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-node@v3
with:
# Match Development Node Version
node-version: '20.x'
node-version: "20.x"

# Tool Versions
- name: Node Version
Expand Down

0 comments on commit eb24cbd

Please sign in to comment.