Skip to content

Commit

Permalink
ci: Run Web tests on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Sep 17, 2024
1 parent 9651a19 commit b58e6b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
changes:
name: Paths filter
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
should_run: ${{ steps.filter.outputs.src }}
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
node_version: ["20", "22"]
os: [ubuntu-22.04, windows-latest]
os: [ubuntu-24.04, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
matrix:
node_version: ["20", "22"]
os: [ubuntu-22.04, windows-latest]
os: [ubuntu-24.04, windows-latest]

steps:
- name: No-op
Expand Down

0 comments on commit b58e6b7

Please sign in to comment.