Skip to content

Commit

Permalink
Merge pull request #982 from Cyan4973/visual_arm_less
Browse files Browse the repository at this point in the history
removed ARM-on-Visual and macos-12 tests
  • Loading branch information
Cyan4973 authored Dec 4, 2024
2 parents dd11140 + 454c8b8 commit 298d03e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,9 @@ jobs:
fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed.
matrix:
system: [
{ os: macos-12 },
{ os: macos-13 },
{ os: macos-14 },
{ os: macos-15 },
{ os: macos-latest },
]
steps:
Expand Down Expand Up @@ -526,7 +528,7 @@ jobs:
{ os: windows-2022, vc: "VC++ 2022", clangcl: 'true', },
{ os: windows-2019, vc: "VC++ 2019", clangcl: 'true', },
]
arch: [ x64, Win32, ARM, ARM64 ]
arch: [ x64, Win32, ARM64 ]

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 298d03e

Please sign in to comment.