Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
salopeknet committed Jun 10, 2024
1 parent f00ed0d commit 4f2e8c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

name: Python-Cross-Compiler

# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on:
workflow_dispatch:
# Inputs the workflow accepts.
Expand Down Expand Up @@ -32,7 +30,6 @@ jobs:
contents: write
strategy:
matrix:
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]

runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 4f2e8c9

Please sign in to comment.