From d8611a5f1c0a62180319bd33cfc4e53f0cb0e184 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Fri, 19 Aug 2022 15:23:44 +0200 Subject: [PATCH] Change CI to macos11 and comment other jobs (#3761) * Change CI to macos11 --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85c3578ec..ae691ab35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: make all -s -j4 ARCHFLAGS="-mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon" TOOL=arm-linux-gnueabihf macos-clang-make: - runs-on: macos-10.15 + runs-on: macos-11 steps: - uses: actions/checkout@v2 - run: brew install openssl@1.1 mysql-client unixodbc libpq @@ -122,7 +122,7 @@ jobs: ./ci/runtests.sh macos-clang-cmake: - runs-on: macos-10.15 + runs-on: macos-11 steps: - uses: actions/checkout@v2 - run: brew install openssl@1.1 mysql-client unixodbc libpq @@ -135,7 +135,7 @@ jobs: ctest --output-on-failure -E "(DataMySQL)|(DataODBC)|(PostgreSQL)|(MongoDB)|(Redis)" macos-clang-cmake-openssl3: - runs-on: macos-10.15 + runs-on: macos-11 steps: - uses: actions/checkout@v2 - run: brew install openssl@3 mysql-client unixodbc libpq @@ -167,13 +167,13 @@ jobs: - uses: actions/checkout@v2 - run: .\buildwin.ps1 -poco_base . -vs 160 -action build -linkmode all -config release -platform x64 -samples -tests -omit "Crypto,NetSSL_OpenSSL,Data/MySQL,Data/PostgreSQL,JWT" - windows-2019-msvc-buildwin-win32: - runs-on: windows-2019 - env: - CPPUNIT_IGNORE: class CppUnit::TestCaller.testFind,class CppUnit::TestCaller.testSendToReceiveFrom,class CppUnit::TestCaller.testPing,class CppUnit::TestCaller.testBigPing,class CppUnit::TestCaller.testMTU,class CppUnit::TestCaller.testProxy,class CppUnit::TestCaller.testProxy - steps: - - uses: actions/checkout@v2 - - run: .\buildwin.ps1 -poco_base . -vs 160 -action build -linkmode all -config release -platform Win32 -samples -tests -omit "Crypto,NetSSL_OpenSSL,Data/MySQL,Data/PostgreSQL,JWT" +# windows-2019-msvc-buildwin-win32: +# runs-on: windows-2019 +# env: +# CPPUNIT_IGNORE: class CppUnit::TestCaller.testFind,class CppUnit::TestCaller.testSendToReceiveFrom,class CppUnit::TestCaller.testPing,class CppUnit::TestCaller.testBigPing,class CppUnit::TestCaller.testMTU,class CppUnit::TestCaller.testProxy,class CppUnit::TestCaller.testProxy +# steps: +# - uses: actions/checkout@v2 +# - run: .\buildwin.ps1 -poco_base . -vs 160 -action build -linkmode all -config release -platform Win32 -samples -tests -omit "Crypto,NetSSL_OpenSSL,Data/MySQL,Data/PostgreSQL,JWT" windows-2022-msvc-buildwin-x64: runs-on: windows-2022