mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Revert problematic image changes
This commit is contained in:
parent
e112ed627f
commit
c6d3e9b225
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
|
@ -13,7 +13,7 @@ on:
|
|||
|
||||
jobs:
|
||||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
|
|
|
|||
2
.github/workflows/windows-x86.yml
vendored
2
.github/workflows/windows-x86.yml
vendored
|
|
@ -23,7 +23,7 @@ env:
|
|||
|
||||
jobs:
|
||||
mosquitto:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
|
|
|||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -23,7 +23,7 @@ env:
|
|||
|
||||
jobs:
|
||||
mosquitto:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
|
|
|||
Loading…
Reference in a new issue