Skip to content

Commit

Permalink
Fix: update ubuntu version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianim committed Sep 23, 2023
1 parent b67c4a8 commit 47c5a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -11,7 +11,7 @@ name: Build Release
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
needs: build
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
name: GitHub Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 47c5a78

Please sign in to comment.