Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Oct 27, 2023
1 parent f47775d commit b8a3df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

ubuntu:
needs: [setup]
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
PACKAGENAME: ${{ needs.setup.outputs.APPNAME }}-${{ needs.setup.outputs.VERSION }}-ubuntu
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
id: cache-vulkansdk
uses: actions/cache@v1
with:
path: "1.2.162.0"
path: "1.3.268.0"
key: vulkansdk-linux-x86_64-1.2.162.0
- name: vulkansdk
if: steps.cache-vulkansdk.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b8a3df5

Please sign in to comment.