Skip to content

Commit c94b4ab

Browse files
MoFHekarhdong
authored andcommitted
[Fix] The macOS-12 environment is deprecated in Github CI.
switching to macOS-13. For more details, see actions/runner-images#10721
1 parent e75f868 commit c94b4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
# TODO: add back 'windows-latest' when it can be compiled.
45-
os: ['macos-14', 'macos-12', 'ubuntu-20.04']
45+
os: ['macos-14', 'macos-13', 'ubuntu-20.04']
4646
py-version: ['3.8', '3.9', '3.10', '3.11']
4747
tf-version: ['2.15.1', '2.16.2']
4848
tf-need-cuda: ['0']
@@ -59,7 +59,7 @@ jobs:
5959
cpu: 'x86'
6060
- os: 'ubuntu-20.04'
6161
cpu: 'arm64'
62-
- os: 'macos-12'
62+
- os: 'macos-13'
6363
cpu: 'arm64'
6464
- py-version: '3.8'
6565
cpu: 'arm64'

0 commit comments

Comments
 (0)