mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-04-19 07:51:59 +03:00
Downgrade Ubuntu
Possibly related: - https://github.com/electron/electron/issues/41066 - https://github.com/SeleniumHQ/selenium/issues/14609
This commit is contained in:
parent
e7fe573b87
commit
c22efda360
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: 'ubuntu-22.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-latest
|
||||
runs-on: 'ubuntu-22.04'
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue
Block a user