Skip to content

Commit

Permalink
fix: macos-11 -> macos-12 (deprecation) (#4698)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang authored Jul 18, 2024
1 parent ae37e6c commit 9fa9e44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [macos-11]
os: [macos-12]
build_type: [Debug, Release]
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
deactivate'
macos-python-build:
name: macos.amd64.py${{ matrix.config.version }}.build
runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
config:
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
macos-python-test:
name: macos.amd64.py${{ matrix.version }}.test
needs: macos-python-build
runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
version: [3.6, 3.7, 3.8, 3.9, "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vendor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
name: core-cli.${{ matrix.os }}.amd64.${{ matrix.build_type }}.AppleClang.standalone
strategy:
matrix:
os: [macos-11]
os: [macos-12]
build_type: [Debug, Release]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9fa9e44

Please sign in to comment.