Skip to content

Commit

Permalink
CI: update
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Dec 23, 2023
1 parent 3139734 commit e74d085
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ jobs:
permissions:
contents: read
strategy:
max-parallel: 20
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13]
runs-on: ${{ matrix.os }}

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@main
with:
ref: master
fetch-depth: 0
Expand All @@ -46,7 +45,7 @@ jobs:
sudo ./tests/abcdefghijklmnopqrstuvwxyzabcdefghi
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@main
with:
name: cpulimit-${{ matrix.os }}
path: src/cpulimit
Expand All @@ -56,16 +55,15 @@ jobs:
permissions:
contents: read
strategy:
max-parallel: 20
matrix:
osver: ['12.3', '13.0', '13.1']
runs-on: macos-12
osver: [12.4, 13.2, 14.0]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@main

- name: Build in FreeBSD
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
release: ${{ matrix.osver }}
usesh: true
Expand All @@ -78,7 +76,7 @@ jobs:
sudo ./tests/abcdefghijklmnopqrstuvwxyzabcdefghi
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@main
with:
name: cpulimit-FreeBSD-${{ matrix.osver }}
path: src/cpulimit

0 comments on commit e74d085

Please sign in to comment.