Skip to content

Commit

Permalink
Use oldest Ubuntu LTS for releases (alire-project#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Mar 20, 2024
1 parent 0424251 commit d607917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
name: CI on Linux

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-latest
- ubuntu-20.04
- windows-latest

steps:
Expand Down

0 comments on commit d607917

Please sign in to comment.