Skip to content

Commit

Permalink
Set action name (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhan9san authored Aug 22, 2024
1 parent 078c6ab commit 2ec8036
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,18 @@ jobs:
MOLECULE_DISTRO: ${{ matrix.distro }}

molecule-mac:
name: ${{ matrix.os }}-${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-13
- macos-14
include:
- os: macos-13
arch: intel
- os: macos-14
arch: arm
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
Expand Down

0 comments on commit 2ec8036

Please sign in to comment.