Skip to content

Commit

Permalink
Use Ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Dec 13, 2024
1 parent bd8cf70 commit c794af1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ember.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
lint:
name: JS and HBS
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test:
name: Lint and Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-22.04, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
Expand All @@ -59,10 +59,10 @@ jobs:
fileName: 'win-certificate.pfx'
encodedString: ${{ secrets.CERTIFICATE_WINDOWS_PFX }}
- name: Setup LXD
if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
if: matrix.os == 'ubuntu-22.04' && startsWith(github.ref, 'refs/tags/')
uses: canonical/setup-lxd@v0.1.1
- name: Install Snapcraft
if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
if: matrix.os == 'ubuntu-22.04' && startsWith(github.ref, 'refs/tags/')
uses: samuelmeuli/action-snapcraft@v2
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
electron-app/out/**/*.zip
- name: Create a Sentry.io release
uses: tclindner/sentry-releases-action@v1.2.0
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-22.04'
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ship-shape-consulting-llc
Expand Down

0 comments on commit c794af1

Please sign in to comment.