Skip to content

Commit

Permalink
ci: Remove macos-12 build (rizinorg#4676)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored Oct 17, 2024
1 parent 9e2de0d commit f2a6d2a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
[
linux-meson-clang-tests,
linux-meson-gcc-tests,
macos-meson-clang-tests,
linux-gcc-tests-asan,
linux-clang-tests-asan,
linux-gcc-tests-codecov,
Expand All @@ -85,15 +84,6 @@ jobs:
timeout: 45
cflags: "-DRZ_ASSERT_STDOUT=1 -Wno-cpp"
allow_failure: false
- name: macos-meson-clang-tests
os: macos-12
build_system: meson
compiler: clang
run_tests: true
meson_options: -Dbuildtype=release --werror
enabled: ${{ needs.changes.outputs.edited == 'true' }}
timeout: 60
allow_failure: false
- name: linux-gcc-tests-asan
os: ubuntu-22.04
build_system: meson
Expand Down

0 comments on commit f2a6d2a

Please sign in to comment.