Skip to content

Commit

Permalink
Try macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Sep 30, 2024
1 parent 7910ae9 commit ee7d417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-16-src-make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch]
jobs:
build:
name: pg-16-src-make-test
runs-on: macos-15
runs-on: macos-14
steps:
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-16-src-meson-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch]
jobs:
build:
name: pg-16-src-meson-test
runs-on: macos-15
runs-on: macos-14
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit ee7d417

Please sign in to comment.