Skip to content

Commit

Permalink
drop macos-12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Dec 18, 2024
1 parent f56abe0 commit 6b1bc80
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/darwin-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

sanity-check:
runs-on: macos-12
runs-on: macos-13
permissions:
contents: read
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
PERL5LIB: ${{ github.workspace }}/scripts/lib

build:
runs-on: macos-12
runs-on: macos-13
needs:
- sanity-check
- list
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
subject-path: ${{ runner.temp }}/*.tar.zstd

build-multi-thread:
runs-on: macos-12
runs-on: macos-13
needs:
- sanity-check
- list
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ jobs:
- macos-15
- macos-14
- macos-13
- macos-12
multi-thread:
- false
- true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-build-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
path: scripts/linux/cpanfile.snapshot

darwin:
runs-on: macos-12
runs-on: macos-13
steps:
- name: setup host perl
run: perl -MConfig -E 'say "$Config{bin}"' >> "$GITHUB_PATH"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The action works for [GitHub-hosted runners](https://docs.github.com/en/actions/
| Operating System | Supported Versions |
| ---------------- | ---------------------------------------------- |
| Linux | `ubuntu-20.04`, `ubuntu-22.04`, `ubuntu-24.04` |
| macOS | `macos-12`, `macos-13`, `macos-14` |
| macOS | `macos-13`, `macos-14`, `macos-15` |
| Windows | `windows-2019`, `windows-2022` |

[Self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners) are not supported.
Expand Down

0 comments on commit 6b1bc80

Please sign in to comment.