Skip to content

Commit 725dd7c

Browse files
RBusarowrbusarow-bot
authored andcommitted
chore(ci): use free GHA runners
1 parent 86e53a6 commit 725dd7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
runner: [ ubuntu-8-32, windows-8-32 ]
29+
runner: [ ubuntu-latest, windows-latest ]
3030
runs-on: ${{ matrix.runner }}
3131
steps:
3232
- name: check out
@@ -134,7 +134,7 @@ jobs:
134134
task: checkVersionIsSnapshot
135135

136136
detekt:
137-
runs-on: ubuntu-4-16
137+
runs-on: ubuntu-latest
138138
needs: build-all
139139
steps:
140140
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -154,7 +154,7 @@ jobs:
154154
sarif_file: build/reports/detekt/merged.sarif
155155

156156
build-website:
157-
runs-on: ubuntu-4-16
157+
runs-on: ubuntu-latest
158158
needs: build-all
159159
steps:
160160
- name: check out
@@ -324,6 +324,6 @@ jobs:
324324
- website-versioning
325325
steps:
326326
- name: require that all other jobs have passed
327-
uses: re-actors/alls-green@release/v1
327+
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
328328
with:
329329
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)