Skip to content

Commit

Permalink
ci: remove macos-12, no longer supported (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Nov 5, 2024
1 parent fa9875b commit b1d4d83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- { target: aarch64-apple-darwin, os: macos-latest }
- { target: aarch64-apple-ios, os: macos-latest }
- { target: x86_64-apple-darwin, os: macos-latest }
- { target: x86_64-apple-darwin, os: macos-12 }
- { target: aarch64-linux-android, os: ubuntu-latest }

runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit b1d4d83

Please sign in to comment.