Skip to content

Commit

Permalink
fix: macos12 runners are deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 17, 2025
1 parent dae15e9 commit 0cfe63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,12 @@ jobs:
runner: "ubuntu-22.04"
- name: "Ubuntu 20.04 (x86_64)"
runner: "ubuntu-20.04"
- name: "macOS Monterey (x86_64)"
runner: "macos-12"
- name: "macOS Ventura (x86_64)"
runner: "macos-13"
- name: "macOS Sonoma (ARM64)"
runner: "macos-14"
- name: "macOS latest"
runner: "macos-latest"

runs-on: "${{ matrix.runner }}"
steps:
Expand Down

0 comments on commit 0cfe63d

Please sign in to comment.