Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Feb 26, 2024
1 parent be41483 commit 8d74efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 480

strategy:
Expand All @@ -16,7 +16,7 @@ jobs:
build: [release, debug]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: setup dependencies
run: |
Expand Down

0 comments on commit 8d74efd

Please sign in to comment.