Skip to content

Commit

Permalink
ci: bump to MacOS 13
Browse files Browse the repository at this point in the history
GitHub Actions seem to have removed older MacOS 12 runners.
See `https://github.com/actions/runner-images/issues/10721`
  • Loading branch information
div72 committed Dec 5, 2024
1 parent 898327b commit e4552ae
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 @@ -53,8 +53,8 @@ jobs:
run: |
./ci/test_run_all.sh
test-macos:
name: macOS 12 native [GOAL install] [GUI] [no depends]
runs-on: macos-12
name: macOS 13 native [GOAL install] [GUI] [no depends]
runs-on: macos-13
env:
DANGER_RUN_CI_ON_HOST: true
CI_USE_APT_INSTALL: no
Expand Down

0 comments on commit e4552ae

Please sign in to comment.