Skip to content

Commit

Permalink
fix action bug
Browse files Browse the repository at this point in the history
  • Loading branch information
521xueweihan committed Jan 16, 2025
1 parent 35bca06 commit 9dac025
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/GitHub520.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: [3.9]
Expand All @@ -24,7 +24,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo python -m pip install --upgrade pip
if [ -f requirements.txt ]; then sudo pip install -r requirements.txt; fi
- name: run script
run: |
Expand Down

0 comments on commit 9dac025

Please sign in to comment.