Skip to content

Commit

Permalink
Use newer Ubuntu on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Apr 10, 2023
1 parent 5af790a commit fd6f664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
create-release:
name: Create Release
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Create Release
id: create_release
Expand All @@ -32,7 +32,7 @@ jobs:

release-linux:
name: Release Linux
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: ["create-release"]
steps:
- name: Checkout
Expand Down

0 comments on commit fd6f664

Please sign in to comment.