Skip to content

Commit

Permalink
GHA?
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed May 7, 2024
1 parent a5acaf9 commit d1262e0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,12 @@ jobs:

needs: [sanity]

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
container:
- {os: 'almalinux', ver: '8'}
- {os: 'almalinux', ver: '9'}
Expand All @@ -153,10 +155,6 @@ jobs:
- {os: 'ubuntu', ver: 'lunar'}
- {os: 'ubuntu', ver: 'jammy'}
- {os: 'ubuntu', ver: 'focal'}
- {os: 'macos', ver: 'latest'}

container:
image: ${{ matrix.container.os }}:${{ matrix.container.ver }}

steps:
- name: checkout
Expand Down

0 comments on commit d1262e0

Please sign in to comment.