Skip to content

Commit

Permalink
Fix build. Some dependencies not ready for compiler update with ubunt…
Browse files Browse the repository at this point in the history
…u 24.04.
  • Loading branch information
james-choncholas committed Jan 4, 2025
1 parent ccfbb45 commit 1f5a798
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/formatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
formatter:
name: Check formatting of Python, C++, and Bazel files.
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand All @@ -29,4 +29,6 @@ jobs:
if: steps.changes.outputs.changed != 0
run: |
echo "Code has not been formatted. Please run the formatters as described by the README."
echo "Files changed:"
git status
return 1
4 changes: 2 additions & 2 deletions .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
#os: [ubuntu-latest, windows-latest, macOS-12]
os: [ubuntu-latest]
os: [ubuntu-22.04]
# python-version: ["3.9", "3.10", "3.11", "3.12"] # Also see MODULE.bazel
# Note: Python 3.12 builds are blocked on TensorFlow PR 74090. See
# requirements.in for details.
Expand All @@ -41,7 +41,7 @@ jobs:

upload_pypi:
needs: [build_wheels]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment:
name: pypi
url: https://pypi.org/project/tf-shell/
Expand Down

0 comments on commit 1f5a798

Please sign in to comment.