Remove macos 11 from build matrix (brew install issues)

This commit is contained in:
Lee *!* Clagett 2024-04-05 20:49:48 -04:00
parent a60a623526
commit e6d2883134

View file

@ -20,7 +20,7 @@ jobs:
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, macos-latest, macos-12, macos-11] os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, macos-latest, macos-12]
rmq: [WITH_RMQ=ON, WITH_RMQ=OFF] rmq: [WITH_RMQ=ON, WITH_RMQ=OFF]
steps: steps:
- name: set apt conf (Debian based Linux) - name: set apt conf (Debian based Linux)