Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sflammia committed Jan 4, 2025
1 parent 2837db2 commit 3b516a6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
push:
branches:
- main
tags: '*'
tags:
- "**"
pull_request:
jobs:
test:
Expand All @@ -12,16 +13,14 @@ jobs:
strategy:
matrix:
version:
- '1.10'
- '1'
- "1.11"
- "1"
os:
# - macOS-latest # 10x the cost
- macOS-latest
- ubuntu-latest
arch:
- x64
exclude:
# MacOS not available on x86
# - {os: 'macOS-latest', arch: 'x86'}
exclude: []
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit 3b516a6

Please sign in to comment.