Skip to content

Commit

Permalink
Merge pull request #149 from mondediefr/update
Browse files Browse the repository at this point in the history
update(): workflow
  • Loading branch information
Rathorian authored Jan 8, 2025
2 parents aefafa1 + 7e4e32c commit 20c7b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
latest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}

filebot:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 20c7b65

Please sign in to comment.