Skip to content

Commit

Permalink
Update buildapp.yml (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
thun888 committed Jan 1, 2024
1 parent b308fa4 commit 7399de7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build_win:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:

- name: Checkout code
Expand All @@ -40,7 +40,7 @@ jobs:
path: ./build/**

build_linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:

- name: Checkout code
Expand All @@ -67,7 +67,7 @@ jobs:
path: ./build/**

build_darwin:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -93,7 +93,7 @@ jobs:
path: ./build/**

post_release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [build_win, build_linux, build_darwin]
steps:
- name: Download artifacts
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
done
builddocker:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
-
name: Checkout
Expand All @@ -161,4 +161,4 @@ jobs:
context: .
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6
push: true
tags: thun888/mirouter-ui:latest
tags: thun888/mirouter-ui:latest

0 comments on commit 7399de7

Please sign in to comment.