Skip to content

Commit

Permalink
freeze ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonym-tsk committed Jan 28, 2025
1 parent 82e6f2d commit 88ac366
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
build-openwrt:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

container:
image: openwrt/sdk:latest
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
echo '```' >> $GITHUB_STEP_SUMMARY
build-entware:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
echo '```' >> $GITHUB_STEP_SUMMARY
build-repository:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [build-openwrt, build-entware]

steps:
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
echo '```' >> $GITHUB_STEP_SUMMARY
create-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [build-repository]

steps:
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
echo "Release v${{ steps.version.outputs.content }} created" >> $GITHUB_STEP_SUMMARY
deploy-repository:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [build-repository]

steps:
Expand Down

0 comments on commit 88ac366

Please sign in to comment.