Skip to content

Commit

Permalink
Attempted further simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Jan 3, 2025
1 parent 17c0884 commit 906db12
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 906db12

Please sign in to comment.