Skip to content

Merge pull request #64 from smorimoto/more-support #1

Merge pull request #64 from smorimoto/more-support

Merge pull request #64 from smorimoto/more-support #1

Workflow file for this run

name: Test Builds and Setup
on:
- push
- pull_request
permissions: read-all
jobs:
test-multi-platform-builds:
name: Test multi-platform builds
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up flyctl
uses: ./setup-flyctl
- run: flyctl version