mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-04-06 09:44:13 +03:00
Merge 7aab457faf
into 07e8f2c3ad
This commit is contained in:
commit
9ca53143cf
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: 'ubuntu-22.04'
|
||||
runs-on: 'ubuntu-24.04'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -10,7 +10,7 @@ permissions: write-all
|
|||
jobs:
|
||||
release:
|
||||
name: Release
|
||||
runs-on: 'ubuntu-22.04'
|
||||
runs-on: 'ubuntu-24.04'
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue
Block a user