Skip to content

Commit

Permalink
Drop use of deprecated macos-12 in workflows
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705298937
Change-Id: I04594ca1934cd50dd7cd6e7d50f4129ce6ece6f0
  • Loading branch information
jagapiou authored and copybara-github committed Dec 12, 2024
1 parent 80feded commit 028907c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-13
- macos-latest
- ubuntu-20.04
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-13
- macos-latest
- ubuntu-20.04
- ubuntu-latest
Expand Down

0 comments on commit 028907c

Please sign in to comment.