mirror of
https://github.com/aria2/aria2.git
synced 2024-11-27 08:00:23 +00:00
Move runs-on under strategy
This commit is contained in:
parent
190ce569e4
commit
a433352b67
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -4,13 +4,13 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-11]
|
||||
compiler: [gcc, clang]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Linux setup
|
||||
|
Loading…
Reference in New Issue
Block a user