mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
try ubuntu 22.04 with github actions
This commit is contained in:
parent
73579a8a94
commit
b8578059da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -2,7 +2,7 @@ name: CI
|
|||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
Loading…
Add table
Reference in a new issue