Skip to content

Commit

Permalink
Update ci workflow to use ubuntu-latest (#16707)
Browse files Browse the repository at this point in the history
### What does it do?
Update ci workflow to utilize ubuntu-latest

### Why is it needed?
The current ci workflow is using ubuntu-20.04, which is unsupported
after March.

### How to test
See if the ci workflow passes.

### Related issue(s)/PR(s)
n/a
  • Loading branch information
opengeek authored Feb 11, 2025
1 parent 5ac3d6b commit 3f4ef7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
mysql-check:
name: MySQL Check
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

services:
mysql:
Expand Down

0 comments on commit 3f4ef7b

Please sign in to comment.