Skip to content

Commit

Permalink
ci: Update macOS platform to macOS-latest (tensorflow#6152)
Browse files Browse the repository at this point in the history
The macOS `latest` runner image has been updated to point to `macOS-12`
(Monterey) as of last week (actions/runner-images#6901), while we still
specify `macOS-11` (Big Sur). Given that macOS 13 (Ventura) is already
available, we should at least update to `macOS-12`. There is currently
no EOL specified for `macOS-11` (Big Sur), but changing to
`macOS-latest` should help us ensure we're always validating with a
relatively recent version of macOS and avoid missing any future
deprecation windows.
  • Loading branch information
groszewn authored Jan 19, 2023
1 parent 26be5b6 commit 23b8e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
fail-fast: false
matrix:
mode: ['native']
platform: ['ubuntu-22.04', 'macos-11']
platform: ['ubuntu-22.04', 'macos-latest']
rust_version: ['1.65.0']
include:
- mode: 'universal'
Expand Down

0 comments on commit 23b8e25

Please sign in to comment.