Skip to content

Commit

Permalink
Merge pull request #1971 from ibpsa/issue1970_githubImage
Browse files Browse the repository at this point in the history
Updated github image to Ubuntu 24.04
  • Loading branch information
mwetter authored Feb 15, 2025
2 parents 0d48fc8 + 208dcaa commit e7dd9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
# Skip if the commit message contains "ci skip"
if: "!contains(github.event.head_commit.message, 'ci skip')"

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: '3.8.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '3.10.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

- name: "Install pip"
Expand Down

0 comments on commit e7dd9c3

Please sign in to comment.