Skip to content

Commit

Permalink
Update releases.yml
Browse files Browse the repository at this point in the history
downgrade runs-on from ubuntu-latest, ubuntu-22.04, to ubuntu-20.04.
  • Loading branch information
oncloudit authored Jun 19, 2024
1 parent 25bfad8 commit daea80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
setup-build-publish:
name: Setup, Build and Publish
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout Codes
uses: actions/checkout@v4
Expand All @@ -28,4 +28,4 @@ jobs:
body_path: RELEASE.md
files: |
build/iris-linux-amd64
build/iris-linux-arm64
build/iris-linux-arm64

0 comments on commit daea80b

Please sign in to comment.