Skip to content

Commit

Permalink
ci: Specify macOS-12 explicitly (tensorflow#6158)
Browse files Browse the repository at this point in the history
Specifying `macOS-latest` results in a GH warning that "macOS-latest
pipelines will use macOS-12 soon. For more details, see
actions/runner-images#6384".

To clean up the warnings, let's just pin to macOS-12 for now.
  • Loading branch information
groszewn authored and dna2github committed May 1, 2023
1 parent e21bf39 commit b761a21
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-latest']
platform: ['ubuntu-22.04', 'macos-12']
rust_version: ['1.65.0']
include:
- mode: 'universal'
Expand Down

0 comments on commit b761a21

Please sign in to comment.