mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-05-16 07:34:41 +00:00
Remove macos 11 from build matrix (brew install issues)
This commit is contained in:
parent
a60a623526
commit
e6d2883134
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-ubuntu.yml
vendored
2
.github/workflows/build-ubuntu.yml
vendored
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue