Skip to content

Commit

Permalink
CI: Migrate from macos-11 runner to macos-12 runner
Browse files Browse the repository at this point in the history
The `macos-11` GitHub runner is deprecated and will be removed on
2024-06-28.
  • Loading branch information
str4d committed Jun 24, 2024
1 parent 284c7e6 commit f5e914d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
test_os: ubuntu-22.04
host: x86_64-pc-linux-gnu

- name: macos-11
- name: macos-12
tier: 3
platform: macOS Big Sur 11
build_os: macos-11
test_os: macos-11
platform: macOS 12 Monterey
build_os: macos-12
test_os: macos-12
brew_deps: >
autoconf
automake
Expand Down

0 comments on commit f5e914d

Please sign in to comment.