Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
btoms20 authored Feb 7, 2024
1 parent f7a03ea commit b5efc82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: Manual Test

on:
workflow_dispatch:
Expand All @@ -7,7 +7,7 @@ jobs:
test-matrix:
strategy:
matrix:
os: [windows-latest]
os: [ubuntu-latest, macos-latest]
swift: ["5.9", "5.8", "5.7"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b5efc82

Please sign in to comment.