mirror of
https://github.com/bitwarden/browser
synced 2025-12-25 04:33:34 +00:00
[BRE-1302] Update deprecated macos 13 runners (#17312)
* [BRE-1302] Update runner to macos-15 for build-browser workflow on build-safari job * [BRE-1302] Remove macos-13 and 14, add macos-15 to os matrix for build-cli * [BRE-1302] Update macos runner to 15 and add python setup step before setuptools install * [BRE-1302] Update macos runner to 15 for 2 additional jobs and add python setup step
This commit is contained in:
4
.github/workflows/build-cli.yml
vendored
4
.github/workflows/build-cli.yml
vendored
@@ -93,8 +93,8 @@ jobs:
|
||||
[
|
||||
{ base: "linux", distro: "ubuntu-22.04", target_suffix: "" },
|
||||
{ base: "linux", distro: "ubuntu-22.04-arm", target_suffix: "-arm64" },
|
||||
{ base: "mac", distro: "macos-13", target_suffix: "" },
|
||||
{ base: "mac", distro: "macos-14", target_suffix: "-arm64" }
|
||||
{ base: "mac", distro: "macos-15-intel", target_suffix: "" },
|
||||
{ base: "mac", distro: "macos-15", target_suffix: "-arm64" }
|
||||
]
|
||||
license_type:
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user