Skip to content

Commit

Permalink
Update swift-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Sep 26, 2024
1 parent dcd158e commit 17e7f45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: '0 0 * * *'
push:
branches: [ master ]
branches: [ '*' ]
paths-ignore:
- '**.md'
tags: [ '[0-9]+.[0-9]+.[0-9]+' ]
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
include:
- sdk: macosx14.2
- sdk: macosx14.5
destination: arch=x86_64
platform: macos
steps:
Expand All @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
include:
- sdk: macosx14.2
- sdk: macosx14.5
destination: arch=x86_64
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 17e7f45

Please sign in to comment.