Skip to content

Commit

Permalink
fix release macos version
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy committed Jan 16, 2025
1 parent 76d1c29 commit 068b457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- main
paths:
- '.github/workflows/**'
- '.github/workflows/CI.yml'
- '**.go'
- 'Makefile'
- 'go.**'
pull_request:
paths:
- '.github/workflows/**'
- '.github/workflows/CI.yml'
- '**.go'
- 'Makefile'
- 'go.**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
os: [macos-11, ubuntu-22.04]
os: [macos-13, ubuntu-22.04]
steps:
- uses: actions/checkout@v4
- name: Get gobin
Expand Down

0 comments on commit 068b457

Please sign in to comment.