Skip to content

Commit

Permalink
CI: upgrade runner to macOS 13 (Ventura)
Browse files Browse the repository at this point in the history
macOS 12 (Monterey) will be removed on 3rd December.
  • Loading branch information
kleisauke committed Oct 22, 2024
1 parent 12f5250 commit 7be4af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- os: ubuntu-22.04
container: mcr.microsoft.com/dotnet/sdk:8.0-alpine3.18
script: ./build.sh
- os: macos-12
- os: macos-13
script: ./build.sh
- os: windows-2022
script: .\build.ps1
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Dependencies (Alpine 3.18)
if: contains(matrix.container, 'alpine')
run: apk add bash font-noto --update-cache
- name: Setup dotnet (macOS 12, Windows 2022)
- name: Setup dotnet (macOS 13, Windows 2022)
if: runner.os != 'Linux'
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 7be4af8

Please sign in to comment.