diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0781766..492626c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,7 +9,7 @@ on: tags: '*' jobs: test: - name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} + name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -20,19 +20,15 @@ jobs: os: - ubuntu-latest - windows-latest - - macOS-13 - arch: - - x64 + - macOS-latest include: - - os: macOS-latest - arch: aarch64 + - os: macOS-15-intel version: '1' steps: - uses: actions/checkout@v7 - - uses: julia-actions/setup-julia@latest + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} - arch: ${{ matrix.arch }} - run: make -j env: CC: gcc