Skip to content

Commit

Permalink
Revert to ubuntu 22.04 (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
akan72 authored Jan 8, 2025
1 parent e60c10d commit cbbcb25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-python@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
SYSTEM_SNOWFLAKE_ROLE: ${{ secrets.SYSTEM_SNOWFLAKE_ROLE }}
jobs:
write-dbt-to-pages-repo:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/show_changed_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true
jobs:
check-user:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
skip_workflow: ${{ steps.check_user.outputs.skip_workflow }}
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
core.setOutput("skip_workflow", skipWorkflow ? 'true' : 'false');
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: check-user
if: ${{ needs.check-user.outputs.skip_workflow == 'false' }}
steps:
Expand Down

0 comments on commit cbbcb25

Please sign in to comment.