Skip to content

Commit

Permalink
Remove deprecated macos-11 runner.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 638317085
Change-Id: Ie28ed26259857a91dae88ee28f6c0c15ed55d99c
  • Loading branch information
jagapiou authored and copybara-github committed May 29, 2024
1 parent 466a136 commit 94405f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
fail-fast: false
matrix:
os:
- macos-11
- macos-12
- macos-latest
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-latest
python-version:
- '3.11'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-meltingpot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: ${{ github.event_name != 'workflow_dispatch' }}
matrix:
os:
- macos-11
- macos-12
- ubuntu-20.04
python-version:
- '3.11'
Expand Down

0 comments on commit 94405f6

Please sign in to comment.