Skip to content

Commit

Permalink
Merge pull request #945 from Cyan4973/nomoremacos11
Browse files Browse the repository at this point in the history
remove macos-11 tests from github actions
  • Loading branch information
Cyan4973 authored May 22, 2024
2 parents e9455b2 + c5e91ac commit ac3a25d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ jobs:
make clean; LDFLAGS="-static" CC=$XCC RUN_ENV=$XEMU make check
# macOS, { 11, 12 }
# macOS

macos-general:
name: ${{ matrix.system.os }}
Expand All @@ -484,8 +484,8 @@ jobs:
fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed.
matrix:
system: [
{ os: macos-11 },
{ os: macos-12 },
{ os: macos-12 },
{ os: macos-latest },
]
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
Expand Down

0 comments on commit ac3a25d

Please sign in to comment.