Skip to content

Commit

Permalink
test: update base version to 23.05.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Revincx committed Jan 25, 2024
1 parent bc1b236 commit 413afba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ on:
env:
DOWNLOAD_BASE: https://downloads.immortalwrt.org
VENDOR: immortalwrt
VERSION: 21.02.7
VERSION: 23.05.1

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Generate:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 413afba

Please sign in to comment.