Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rwbutler committed Nov 14, 2023
1 parent fa3f9cb commit b6793d3
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@ on: [push]

jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
swift: ["5.9"]
runs-on: ${{ matrix.os }}
name: Hello World
runs-on: macos-latest
steps:
- uses: swift-actions/setup-swift@v1.25.0
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- id: foo
uses: rwbutler/swift-relelase@0.0.3
with:
who-to-greet: 'Mona the Octocat'
- id: swift
uses: rwbutler/github-actions-with-swift@0.0.1

0 comments on commit b6793d3

Please sign in to comment.