Skip to content

Commit

Permalink
ci: specify ubuntu version for the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbousquet authored Dec 12, 2024
1 parent 75d7d2b commit 0763664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
simple-stack:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Start simple stack
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Stop stack
run: ./stop.sh
iam-stack:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Start iam stack
Expand Down

0 comments on commit 0763664

Please sign in to comment.