From: Daniel Stenberg Date: Tue, 25 Feb 2025 22:22:29 +0000 (+0100) Subject: GHA: enable the RTSP tests on macOS gcc-12 X-Git-Tag: curl-8_13_0~347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71f190cbbccddb41e68122d4bef2796f09f5a482;p=thirdparty%2Fcurl.git GHA: enable the RTSP tests on macOS gcc-12 --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 917e984a75..2fb9583f4d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -313,7 +313,6 @@ jobs: if [ -z '${{ matrix.build.torture }}' ]; then TFLAGS+=' ~2037 ~2041' # flaky if [[ '${{ matrix.compiler }}' = 'gcc'* ]]; then - TFLAGS+=' ~RTSP' # 567 568 569 570 571 572 577 689 3100 TFLAGS+=' ~1156 ~1539' # HTTP Content-Range, Content-Length if [[ -n '${{ matrix.build.configure }}' || \ '${{ matrix.build.generate }}' = *'-DCURL_USE_SECTRANSP=ON'* ]]; then