Skip to content

Commit

Permalink
again CI
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoms committed May 20, 2024
1 parent 6bf2601 commit 6daefcd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ on:
pull_request:
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
name: Julia ${{ matrix.version }} - ${{ github.event_name }}
runs-on: ubuntu-latest
strategy:
matrix:
include:
- version: '1'
os: ubuntu-latest
arch: x64
version: '1'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit 6daefcd

Please sign in to comment.