Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Dec 18, 2024
1 parent aa89f6c commit 50ccd1f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ jobs:
if: >-
! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
! contains(toJSON(github.event.commits.*.message), '[skip github]')
runs-on: macos-11
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
include:
- {compiler: gcc-10}
- {compiler: gcc-11}
- {compiler: gcc-12}
- {compiler: gcc}
- {compiler: clang}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 50ccd1f

Please sign in to comment.