mirror of
https://github.com/aria2/aria2.git
synced 2025-04-01 19:47:38 +03:00
Bump macos to macos-14
This commit is contained in:
parent
c78560f6d4
commit
e950640b4c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -6,12 +6,12 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-11]
|
||||
os: [ubuntu-22.04, macos-14]
|
||||
compiler: [gcc, clang]
|
||||
crypto: [openssl, gnutls]
|
||||
bittorrent: [with-bt, without-bt]
|
||||
exclude:
|
||||
- os: macos-11
|
||||
- os: macos-14
|
||||
crypto: gnutls
|
||||
- crypto: openssl
|
||||
bittorrent: without-bt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue