Skip to content

Commit

Permalink
CI: change deprecated ubuntu runner image (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssj365 authored Apr 15, 2024
1 parent 6dd5b43 commit ea9bb1d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-moodle3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-moodle3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-moodle3.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-moodle3.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-moodle3.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-moodle3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-moodle3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-moodle3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ea9bb1d

Please sign in to comment.