Skip to content

Commit

Permalink
Test installers on Ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Dec 8, 2024
1 parent 42c8d45 commit 4e0d43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
installer: ${{ fromJson(inputs.installers) }}
os: ["ubuntu:20.04", "ubuntu:22.04"]
os: ["ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04"]
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4e0d43b

Please sign in to comment.