mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
commit
73cf6d110d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -8,11 +8,11 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, macos-10.15]
|
||||
os: [ubuntu-20.04, macos-11]
|
||||
compiler: [gcc, clang]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Linux setup
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user