Skip to content

Commit

Permalink
Add matrix.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-YeoJun committed Jan 27, 2025
1 parent acf3198 commit 4a30a8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/matrix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: matrix
on: push

jobs:
get-metrix:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
version: [12, 14]
runs-on: ${{ matrix.os }}
steps:
- name: check matrix
run: |
echo ${{ matrix.os }}
echo ${{ matrix.version }}
File renamed without changes.

0 comments on commit 4a30a8f

Please sign in to comment.