Skip to content

Commit

Permalink
Fixed nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 committed Dec 24, 2024
1 parent c4ad246 commit 623f574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/crossplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -20,7 +20,7 @@ jobs:

test:
needs: lint
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:13.9-alpine
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

build-docker-image:
needs: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 623f574

Please sign in to comment.