Skip to content

Commit

Permalink
Run package/release workflows on ubuntu-22.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 30, 2024
1 parent 4438a06 commit 80a8c13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
package:
if: github.repository == 'vezel-dev/novadrop'
runs-on: windows-2022
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/[email protected]
Expand All @@ -38,7 +38,7 @@ jobs:
if: always()
uses: actions/[email protected]
with:
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-windows-2022-Debug
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
path: |
out/log
out/pkg
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
release:
if: github.repository == 'vezel-dev/novadrop'
runs-on: windows-2022
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/[email protected]
Expand All @@ -37,7 +37,7 @@ jobs:
if: always()
uses: actions/[email protected]
with:
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-windows-2022-Release
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
path: |
out/log
out/pkg
Expand Down

0 comments on commit 80a8c13

Please sign in to comment.