Skip to content

Commit

Permalink
GHA: test on macos-latest.
Browse files Browse the repository at this point in the history
We were using macos-12. The macOS 12 runner image will be removed by December 3rd, 2024.
So let's try latest, which currently would be macos-15.
  • Loading branch information
mauritsvanrees committed Oct 22, 2024
1 parent 8670bf9 commit a7dafb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-buildout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-12
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a7dafb6

Please sign in to comment.