Skip to content

Commit

Permalink
[GH Actions] Update build-ubuntu.yml (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen authored Jan 14, 2025
1 parent 2815000 commit f5d984e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
echo "ubuntu_codename=noble" >> "$GITHUB_ENV"
echo "python_version=3" >> "$GITHUB_ENV" # => default python 3 version
elif [ "${{ matrix.os }}" == "ubuntu-22.04" ]; then
echo "ubuntu_codename=focal" >> "$GITHUB_ENV"
echo "ubuntu_codename=jammy" >> "$GITHUB_ENV"
echo "python_version=3" >> "$GITHUB_ENV" # => default python 3 version
elif [ "${{ matrix.os }}" == "ubuntu-20.04" ]; then
echo "ubuntu_codename=jammy" >> "$GITHUB_ENV"
echo "ubuntu_codename=focal" >> "$GITHUB_ENV"
echo "python_version=3.9" >> "$GITHUB_ENV"
fi
Expand Down

0 comments on commit f5d984e

Please sign in to comment.