Skip to content

Commit

Permalink
Merge pull request #637 from Neptune650/self_hosted
Browse files Browse the repository at this point in the history
Switch to windows-latest temporarily
  • Loading branch information
louis030195 authored Nov 6, 2024
2 parents 17f9a92 + 8ed5958 commit 585f49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
working-directory: ./screenpipe-js

test-windows:
runs-on: [self-hosted, windows, x64]
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- platform: "ubuntu-22.04" # Ubuntu x86_64
args: "--features mkl" # TODO CUDA
tauri-args: ""
- platform: [self-hosted, windows, x64] # Windows x86_64
- platform: windows-latest # Windows x86_64
args: "--target x86_64-pc-windows-msvc" # TODO CUDA --features mkl --features "openblas"
pre-build-args: "" # --openblas
tauri-args: "--target x86_64-pc-windows-msvc"
Expand Down

0 comments on commit 585f49d

Please sign in to comment.