Skip to content

Commit 7979f6a

Browse files
committed
Use ubuntu-latest in workflow runners
actions/runner-images#11101
1 parent 0ff4f8e commit 7979f6a

File tree

52 files changed

+52
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+52
-52
lines changed

.github/workflows/aggregate_root_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- cron: 0 17 * * *
2626
jobs:
2727
coverage:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 120
3030
env:
3131
WORKING_DIRECTORY: aggregate_root

.github/workflows/aggregate_root_mutate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
- "!support/ci/**"
3434
jobs:
3535
mutate:
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-latest
3737
timeout-minutes: 120
3838
env:
3939
WORKING_DIRECTORY: aggregate_root

.github/workflows/aggregate_root_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
- "!support/ci/**"
3434
jobs:
3535
test:
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-latest
3737
timeout-minutes: 120
3838
env:
3939
WORKING_DIRECTORY: aggregate_root

.github/workflows/dres_client_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- "!support/ci/**"
2626
jobs:
2727
test:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 120
3030
env:
3131
WORKING_DIRECTORY: contrib/dres_client

.github/workflows/dres_rails_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- "!support/ci/**"
2626
jobs:
2727
test:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 120
3030
env:
3131
WORKING_DIRECTORY: contrib/dres_rails

.github/workflows/minitest-ruby_event_store_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- cron: 0 17 * * *
2626
jobs:
2727
coverage:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 120
3030
env:
3131
WORKING_DIRECTORY: contrib/minitest-ruby_event_store

.github/workflows/minitest-ruby_event_store_mutate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
- "!support/ci/**"
2424
jobs:
2525
mutate:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
timeout-minutes: 120
2828
env:
2929
WORKING_DIRECTORY: contrib/minitest-ruby_event_store

.github/workflows/minitest-ruby_event_store_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
- "!support/ci/**"
2424
jobs:
2525
test:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
timeout-minutes: 120
2828
env:
2929
WORKING_DIRECTORY: contrib/minitest-ruby_event_store

.github/workflows/rails_event_store_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- cron: 0 17 * * *
2626
jobs:
2727
coverage:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 120
3030
env:
3131
WORKING_DIRECTORY: rails_event_store

.github/workflows/rails_event_store_mutate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
- "!support/ci/**"
3434
jobs:
3535
mutate:
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-latest
3737
timeout-minutes: 120
3838
env:
3939
WORKING_DIRECTORY: rails_event_store

0 commit comments

Comments
 (0)