Skip to content

Commit

Permalink
Merge pull request tskit-dev#356 from benjeffery/update-ubuntu-2412
Browse files Browse the repository at this point in the history
Update actions ubuntu version
  • Loading branch information
benjeffery authored Dec 12, 2024
2 parents 98a763b + 67a4685 commit 46809d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

test:
name: Build docs
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
shell: bash
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python: [3.8, 3.9]
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-24.04, windows-latest]
sys: [mingw64, ucrt64]
env: [x86_64, ucrt-x86_64]
exclude:
Expand All @@ -21,9 +21,9 @@ jobs:
- os: macos-latest
sys: mingw64
env: ucrt-x86_64
- os: ubuntu-latest
- os: ubuntu-24.04
sys: ucrt64
- os: ubuntu-latest
- os: ubuntu-24.04
sys: mingw64
env: ucrt-x86_64
- os: windows-latest
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
make -j 2
- name: Install SLiM macos / linux
if: (matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest')
if: (matrix.os == 'macos-latest' || matrix.os == 'ubuntu-24.04')
run: |
micromamba install slim -y
Expand Down

0 comments on commit 46809d4

Please sign in to comment.