Skip to content

Commit

Permalink
ci: Use macos-latest
Browse files Browse the repository at this point in the history
The issue has been fixed.
Homebrew/homebrew-core#171137
  • Loading branch information
abetomo committed May 14, 2024
1 parent 70bb0a9 commit 49ea394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- "16"
env:
PGROONGA_BENCHMARK_GEMFILE: ${{ github.workspace }}/pgroonga-benchmark/Gemfile
runs-on: macos-12 # TODO: It fails with macos-latest (macos-14).
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 49ea394

Please sign in to comment.