From 906db12d09d68dbc88165428a0ebc27304a8d4fa Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Fri, 3 Jan 2025 17:59:32 +0100 Subject: [PATCH] Attempted further simplification --- .github/workflows/ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50c4ac6e1..0ce5495c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,18 +35,17 @@ jobs: lib_type: [shared, static] # Can't test DB2 as required db2exc package is no longer available after Ubuntu 14.04 backend: [SQLite3, PostgreSQL, MySQL, Firebird, Oracle, ODBC, Empty, Valgrind] - runner: [ubuntu-22.04] + runner: [ubuntu-22.04, macos-14] + exclude: + - runner: macos-14 include: - - lib_type: shared - backend: Empty + - backend: Empty runner: macos-14 no_boost: true - - lib_type: shared - backend: PostgreSQL + - backend: PostgreSQL runner: macos-14 no_boost: true - - lib_type: shared - backend: SQLite3 + - backend: SQLite3 runner: macos-14 no_boost: true - lib_type: shared