Skip to content

Commit

Permalink
BRE-404 - Bumping macOS runner version from 12 to 14 (#19)
Browse files Browse the repository at this point in the history
## ๐ŸŽŸ๏ธ Tracking

[BRE-404 Update sdk-internal repository from macOS 12 to
14](https://bitwarden.atlassian.net/browse/BRE-404)

## ๐Ÿ“” Objective

Bumps the macOS version for the Rust tests from 12 to 14 as 12 will be
deprecated by Github on 12/3/24 with brownouts beginning 11/4/24.


https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/



## โฐ Reminders before review

- Contributor guidelines followed
- All formatters and local linters executed and passed
- Written new unit and / or integration tests where applicable
- Protected functional changes with optionality (feature flags)
- Used internationalization (i18n) for all UI strings
- CI builds passed
- Communicated to DevOps any deployment requirements
- Updated any necessary documentation (Confluence, contributing docs) or
informed the documentation
  team

## ๐Ÿฆฎ Reviewer guidelines

<!-- Suggested interactions but feel free to use (or not) as you desire!
-->

- ๐Ÿ‘ (`:+1:`) or similar for great changes
- ๐Ÿ“ (`:memo:`) or โ„น๏ธ (`:information_source:`) for notes or general info
- โ“ (`:question:`) for questions
- ๐Ÿค” (`:thinking:`) or ๐Ÿ’ญ (`:thought_balloon:`) for more open inquiry
that's not quite a confirmed
  issue and could potentially benefit from discussion
- ๐ŸŽจ (`:art:`) for suggestions / improvements
- โŒ (`:x:`) or โš ๏ธ (`:warning:`) for more significant problems or
concerns needing attention
- ๐ŸŒฑ (`:seedling:`) or โ™ป๏ธ (`:recycle:`) for future improvements or
indications of technical debt
- โ› (`:pick:`) for minor or nitpick changes
  • Loading branch information
pixman20 authored Oct 31, 2024
1 parent c8de276 commit 6b5ea52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macOS-12
- macOS-14
- windows-2022

steps:
Expand Down

0 comments on commit 6b5ea52

Please sign in to comment.