Skip to content

Commit

Permalink
drop support of macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed May 29, 2024
1 parent 51dd923 commit 21e3645
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 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-11
runs-on: macos-12
steps:
- id: perl
name: check pre-installed perl version
Expand All @@ -63,7 +63,7 @@ jobs:
PERL5LIB: ${{ github.workspace }}/scripts/lib

build:
runs-on: macos-11
runs-on: macos-12
needs:
- sanity-check
- list
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

build-multi-thread:
runs-on: macos-11
runs-on: macos-12
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 @@ -104,7 +104,6 @@ jobs:
- macos-14
- macos-13
- macos-12
- macos-11
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-11
runs-on: macos-12
steps:
- name: setup host perl
run: perl -MConfig -E 'say "$Config{bin}"' >> "$GITHUB_PATH"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ The action works for [GitHub-hosted runners](https://docs.github.com/en/actions/

| Operating System | Supported Versions |
| ---------------- | ---------------------------------------------- |
| Linux | `ubuntu-20.04`, `ubuntu-22.04` |
| macOS | `macos-11`, `macos-12`, `macos-13`, `macos-14` |
| Linux | `ubuntu-20.04`, `ubuntu-22.04`, `ubuntu-24.04` |
| macOS | `macos-12`, `macos-13`, `macos-14` |
| 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 21e3645

Please sign in to comment.