Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
test-with-bazel:
name: Test with bazel
runs-on: ubuntu-20.04
runs-on: 'ubuntu-24.04'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
upload-wheels:
name: Publish wheels to PyPi
needs: [release-wheel, test-with-bazel]
runs-on: ubuntu-20.04
runs-on: 'ubuntu-24.04'
strategy:
matrix:
os: ['macOS', 'Linux']
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
upload-dev-container:
name: Upload dev container to DockerHub
needs: [release-wheel, test-with-bazel]
runs-on: ubuntu-20.04
runs-on: 'ubuntu-24.04'
env:
PY_VERSION: '3.9'
if: (github.event_name == 'push' && github.ref == 'refs/heads/master')
Expand Down
Loading