Skip to content

Commit

Permalink
Removve macOS 11 GitHub Actions runners
Browse files Browse the repository at this point in the history
- GitHub removed these runners, so the build will no longer run on them
  • Loading branch information
bluk committed Nov 27, 2024
1 parent 42ba861 commit acf95a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
exclude:
- os: macos-latest
rust: 1.36.0
include:
- os: macos-11
rust: 1.36.0
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
Expand Down Expand Up @@ -58,9 +55,6 @@ jobs:
exclude:
- os: macos-latest
rust: 1.56.0
include:
- os: macos-11
rust: 1.56.0
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
Expand Down

0 comments on commit acf95a0

Please sign in to comment.