Skip to content

Bump to windows-2022 and be explicit for Intel macOS (#345) #495

Bump to windows-2022 and be explicit for Intel macOS (#345)

Bump to windows-2022 and be explicit for Intel macOS (#345) #495

Workflow file for this run

name: "Test"
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test_macos:
name: Test mac
uses: ./.github/workflows/test-mac.yml
secrets: inherit
test_windows:
name: Test windows
uses: ./.github/workflows/test-windows.yml
secrets: inherit
test_linux:
name: Test linux
uses: ./.github/workflows/test-linux.yml
secrets: inherit