Skip to content

Commit

Permalink
change: macOS 11のサポートを切る (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Jun 24, 2024
1 parent ca1a982 commit d3b559c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ jobs:
"can_skip_in_simple_test": true
},
{
"os": "macos-11",
"os": "macos-12",
"features": "",
"target": "aarch64-apple-darwin",
"artifact_name": "osx-arm64-cpu",
"whl_local_version": "cpu",
"can_skip_in_simple_test": false
},
{
"os": "macos-11",
"os": "macos-12",
"features": "",
"target": "x86_64-apple-darwin",
"artifact_name": "osx-x64-cpu",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy_downloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:

- name: download-osx-x64
target: x86_64-apple-darwin
os: macos-11
os: macos-12

- name: download-osx-arm64
target: aarch64-apple-darwin
os: macos-11
os: macos-12

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
{ "os": "windows-2022", "features": "", "can_skip_in_simple_test": true },
{ "os": "windows-2019", "features": "directml", "can_skip_in_simple_test": false },
{ "os": "windows-2022", "features": "directml", "can_skip_in_simple_test": true },
{ "os": "macos-11", "features": "", "can_skip_in_simple_test": false },
{ "os": "macos-12", "features": "", "can_skip_in_simple_test": true },
{ "os": "macos-12", "features": "", "can_skip_in_simple_test": false },
{ "os": "macos-13", "features": "", "can_skip_in_simple_test": true },
{ "os": "ubuntu-20.04", "features": "", "can_skip_in_simple_test": false },
{ "os": "ubuntu-22.04", "features": "", "can_skip_in_simple_test": true }
]'
Expand Down

0 comments on commit d3b559c

Please sign in to comment.