Skip to content

updated CI to v1.11 and macOS-latest #231

updated CI to v1.11 and macOS-latest

updated CI to v1.11 and macOS-latest #231

Workflow file for this run

name: build
on:
pull_request:
branches: ['master']
push:
branches: ['master']
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
version: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
os: [windows-latest, ubuntu-latest, macOS-latest]
arch:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-runtest@latest