Skip to content

Commit

Permalink
Upgrade macos-12 to macos-13 in workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Seungmin Lee <[email protected]>
  • Loading branch information
Seungmin Lee committed Nov 18, 2024
1 parent c5012cc commit 4689cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14]
os: [macos-13, macos-14]
runs-on: ${{ matrix.os }}
if: |
(github.event_name == 'workflow_dispatch' ||
Expand Down Expand Up @@ -1019,7 +1019,7 @@ jobs:
run: make SERVER_CFLAGS='-Werror'

test-freebsd:
runs-on: macos-12
runs-on: macos-13
if: |
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'schedule' && github.repository == 'valkey-io/valkey') ||
Expand Down
2 changes: 1 addition & 1 deletion deps/hiredis/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: $GITHUB_WORKSPACE/test.sh

freebsd:
runs-on: macos-12
runs-on: macos-13
name: FreeBSD
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4689cab

Please sign in to comment.