Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenlin authored Dec 12, 2023
1 parent 6ea20b9 commit 61d2fc5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Release for Macos

on:
push:
tags:
- 'v[0-9]+\.[0-9]+\.[0-9]+'
on: [push]

jobs:
release:
runs-on: macos-latest-xlarge
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9']
steps:
- name: Cancel previous run
uses: styfle/[email protected]
Expand Down

0 comments on commit 61d2fc5

Please sign in to comment.