Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit a0912d1

Browse files
authored
use ubuntu-latest (#740)
We were using ubuntu-20.04 when we thought to use the integrated mysql server. Ubuntu-latest is still older but I guess it's better to use the default versioninstead of futuristic preview.
1 parent 2074714 commit a0912d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88

99
# We want to run on external PRs, but not on our own internal PRs as they'll be run
1010
# by the push to the branch.

0 commit comments

Comments
 (0)