Skip to content

Commit

Permalink
[Fix] The macOS-12 environment is deprecated in Github CI.
Browse files Browse the repository at this point in the history
switching to macOS-13.
For more details, see actions/runner-images#10721
  • Loading branch information
MoFHeka committed Jan 4, 2025
1 parent 73ec231 commit d66eb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
# TODO: add back 'windows-latest' when it can be compiled.
os: ['macos-14', 'macos-12', 'ubuntu-20.04']
os: ['macos-14', 'macos-13', 'ubuntu-20.04']
py-version: ['3.8', '3.9', '3.10', '3.11']
tf-version: ['2.15.1', '2.16.2']
tf-need-cuda: ['0']
Expand All @@ -59,7 +59,7 @@ jobs:
cpu: 'x86'
- os: 'ubuntu-20.04'
cpu: 'arm64'
- os: 'macos-12'
- os: 'macos-13'
cpu: 'arm64'
- py-version: '3.8'
cpu: 'arm64'
Expand Down

0 comments on commit d66eb3d

Please sign in to comment.