mirror of https://github.com/aria2/aria2
Bump macos to macos-14
parent
c78560f6d4
commit
e950640b4c
|
@ -6,12 +6,12 @@ jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04, macos-11]
|
os: [ubuntu-22.04, macos-14]
|
||||||
compiler: [gcc, clang]
|
compiler: [gcc, clang]
|
||||||
crypto: [openssl, gnutls]
|
crypto: [openssl, gnutls]
|
||||||
bittorrent: [with-bt, without-bt]
|
bittorrent: [with-bt, without-bt]
|
||||||
exclude:
|
exclude:
|
||||||
- os: macos-11
|
- os: macos-14
|
||||||
crypto: gnutls
|
crypto: gnutls
|
||||||
- crypto: openssl
|
- crypto: openssl
|
||||||
bittorrent: without-bt
|
bittorrent: without-bt
|
||||||
|
|
Loading…
Reference in New Issue