Skip to content

Commit

Permalink
Testing ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhille authored Aug 21, 2024
1 parent 17e72b2 commit 0dfb196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
node_version: 18.8.0
steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-13, windows-2019]
os: [ubuntu-24.04, macos-13, windows-2019]
architecture: [x64, ia32, arm64]
electron:
[
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
architecture: arm64
- os: windows-2019
architecture: arm64
- os: ubuntu-20.04
- os: ubuntu-24.04
architecture: ia32
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 0dfb196

Please sign in to comment.