fix: fix workflow file #2
Annotations
11 errors and 1 notice
|
build (macos-13, pnpm run dist:mac:x64, dist/mac/*.dmg, mac, x64)
The macOS-13 based runner images are now retired. For more details, see https://github.com/actions/runner-images/issues/13046.
|
|
build (ubuntu-latest, pnpm run dist:linux:x64, dist/*.{AppImage,deb}, linux, x64)
Process completed with exit code 2.
|
|
build (ubuntu-latest, pnpm run dist:linux:x64, dist/*.{AppImage,deb}, linux, x64):
src/electron/preload.cts#L101
Type '() => Promise<{ screens?: Array<{ id: string; name: string; width: number; height: number; frameRate: number; sampleRate: number; }>; cameras?: Array<{ id: string; name: string; width: number; height: number; frameRate: number; sampleRate: number; }>; microphones?: Array<{ id: string; name: string; sampleRate: numbe...' is not assignable to type '() => Promise<{ screens?: VideoConfig[]; cameras?: VideoConfig[]; microphones?: AudioConfig[]; }>'.
|
|
build (ubuntu-latest, pnpm run dist:linux:arm64, dist/*.{AppImage,deb}, linux, arm64)
Process completed with exit code 2.
|
|
build (ubuntu-latest, pnpm run dist:linux:arm64, dist/*.{AppImage,deb}, linux, arm64):
src/electron/preload.cts#L101
Type '() => Promise<{ screens?: Array<{ id: string; name: string; width: number; height: number; frameRate: number; sampleRate: number; }>; cameras?: Array<{ id: string; name: string; width: number; height: number; frameRate: number; sampleRate: number; }>; microphones?: Array<{ id: string; name: string; sampleRate: numbe...' is not assignable to type '() => Promise<{ screens?: VideoConfig[]; cameras?: VideoConfig[]; microphones?: AudioConfig[]; }>'.
|
|
build (windows-latest, pnpm run dist:win:arm64, dist/*.exe, win, arm64)
Process completed with exit code 1.
|
|
build (windows-latest, pnpm run dist:win:arm64, dist/*.exe, win, arm64):
src/electron/preload.cts#L101
Type '() => Promise<{ screens?: Array<{ id: string; name: string; width: number; height: number; frameRate: number; sampleRate: number; }>; cameras?: Array<{ id: string; name: string; width: number; height: number; frameRate: number; sampleRate: number; }>; microphones?: Array<{ id: string; name: string; sampleRate: numbe...' is not assignable to type '() => Promise<{ screens?: VideoConfig[]; cameras?: VideoConfig[]; microphones?: AudioConfig[]; }>'.
|
|
build (macos-latest, pnpm run dist:mac:arm64, dist/mac-arm64/*.dmg, mac, arm64)
Process completed with exit code 2.
|
|
build (macos-latest, pnpm run dist:mac:arm64, dist/mac-arm64/*.dmg, mac, arm64):
src/electron/preload.cts#L101
Type '() => Promise<{ screens?: Array<{ id: string; name: string; width: number; height: number; frameRate: number; sampleRate: number; }>; cameras?: Array<{ id: string; name: string; width: number; height: number; frameRate: number; sampleRate: number; }>; microphones?: Array<{ id: string; name: string; sampleRate: numbe...' is not assignable to type '() => Promise<{ screens?: VideoConfig[]; cameras?: VideoConfig[]; microphones?: AudioConfig[]; }>'.
|
|
build (windows-latest, pnpm run dist:win:x64, dist/*.exe, win, x64)
Process completed with exit code 1.
|
|
build (windows-latest, pnpm run dist:win:x64, dist/*.exe, win, x64):
src/electron/preload.cts#L101
Type '() => Promise<{ screens?: Array<{ id: string; name: string; width: number; height: number; frameRate: number; sampleRate: number; }>; cameras?: Array<{ id: string; name: string; width: number; height: number; frameRate: number; sampleRate: number; }>; microphones?: Array<{ id: string; name: string; sampleRate: numbe...' is not assignable to type '() => Promise<{ screens?: VideoConfig[]; cameras?: VideoConfig[]; microphones?: AudioConfig[]; }>'.
|
|
build (macos-13, pnpm run dist:mac:x64, dist/mac/*.dmg, mac, x64)
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
|