Skip to content

Commit

Permalink
Use macos-latest for CI
Browse files Browse the repository at this point in the history
Old versions lose support relatively quickly and then silently degrade
to e.g. compiling all dependencies from source which takes a long time.
  • Loading branch information
sfan5 committed Oct 27, 2023
1 parent 8d2e128 commit 00be802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -28,7 +28,7 @@ env:

jobs:
build:
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install deps
Expand Down

0 comments on commit 00be802

Please sign in to comment.