Skip to content

Commit

Permalink
Add macos sonoma runner
Browse files Browse the repository at this point in the history
Remove macos big sur runner
  • Loading branch information
shivammathur committed Sep 28, 2023
1 parent 186223d commit 9fcea1b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,11 @@ jobs:
strategy:
matrix:
include:
- runner: 'macos-14-arm64'
- runner: 'macos-13-arm64'
- runner: 'macos-12-arm64'
- runner: 'macos-11-arm64'
- runner: 'macos-13'
- runner: 'macos-12'
- runner: 'macos-11'
- runner: ${{needs.set-environment.outputs.linux-runner}}
container: ${{fromJson(needs.set-environment.outputs.container)}}
workdir: /github/home
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dispatch-rebottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
include:
- runner: macos-13
- runner: macos-12
- runner: macos-11
- runner: macos-14-arm64
- runner: macos-13-arm64
- runner: macos-12-arm64
- runner: macos-11-arm64
- runner: ubuntu-latest
container:
image: homebrew/ubuntu18.04:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
max-parallel: 1
fail-fast: false
matrix:
os: [macos-11, macos-12, macos-13]
os: [macos-12, macos-13]
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ or debugging PHP extensions and are not recommended for production usage.
|Operating System|Architecture|
|--- |--- |
|Linux|`x86_64`|
|macOS Big Sur|`x86_64`, `arm64`|
|macOS Monterey|`x86_64`, `arm64`|
|macOS Ventura|`x86_64`, `arm64`|
|macOS Sonoma|`x86_64`, `arm64`|
Expand Down

0 comments on commit 9fcea1b

Please sign in to comment.