Skip to content

Commit

Permalink
fix(pu): use macos-13 in action (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
puyuan1996 authored Jan 14, 2025
1 parent 92db634 commit 9e9b307
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
os:
- 'ubuntu-20.04'
- 'macos-12'
- 'macos-13'
python:
- '3.7'
- '3.8'
Expand All @@ -73,11 +73,11 @@ jobs:
architecture: x86
- os: ubuntu-20.04
architecture: AMD64
- os: macos-12
- os: macos-13
architecture: aarch64
- os: macos-12
- os: macos-13
architecture: x86
- os: macos-12
- os: macos-13
architecture: AMD64

steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
matrix:
os:
- 'ubuntu-20.04'
- 'macos-12'
- 'macos-13'
python:
- '3.7.17'
- '3.8.17'
Expand All @@ -76,11 +76,11 @@ jobs:
architecture: x86
- os: ubuntu-20.04
architecture: AMD64
- os: macos-12
- os: macos-13
architecture: aarch64
- os: macos-12
- os: macos-13
architecture: x86
- os: macos-12
- os: macos-13
architecture: AMD64
- python: '3.7.17'
architecture: arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os:
- 'self-hosted'
- 'macos-12'
- 'macos-13'
python-version:
- '3.8'
- '3.9'
Expand Down

0 comments on commit 9e9b307

Please sign in to comment.