Skip to content

Commit

Permalink
Update ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneHing committed Feb 8, 2025
1 parent 36541b3 commit 590fdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ on:

jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: pip install requests
- name: Generate report
Expand Down

0 comments on commit 590fdfd

Please sign in to comment.