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: I735a3c627eff4e2e1ac432594e76cdb3863e2436
  • Loading branch information
jagapiou authored and copybara-github committed Dec 12, 2024
1 parent 10927ce commit 809b958
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
- ubunutu-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 809b958

Please sign in to comment.