Skip to content

Commit

Permalink
Wip some more
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Feb 1, 2024
1 parent e8f0d63 commit 4f32009
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
image:
- debian:11
- debian:12
- ubuntu:22.04
- ubuntu:22.04
- image: debian:11
name: debian_11
- image: debian:12
name: debian_12
- image: ubuntu:20.04
name: ubuntu_20.04
- image: ubuntu:22.04
name: ubuntu_22.04
container: ${{ matrix.image }}
steps:
# Checks-out the repository under $GITHUB_WORKSPACE.
Expand Down Expand Up @@ -41,6 +44,6 @@ jobs:
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: vespucci-build-artifacts-${{ matrix.image }}
name: vespucci-build-artifacts-${{ matrix.name }}
path: |
artifacts/*

0 comments on commit 4f32009

Please sign in to comment.