Skip to content

Commit

Permalink
explicitly set ubuntu-24.04 on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Jan 1, 2025
1 parent 21ca9ae commit d3bee7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
unit_tests:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

container:
image: rakudo-star:2024.12
Expand All @@ -22,7 +22,7 @@ jobs:


integration_tests:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit d3bee7d

Please sign in to comment.