Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
Trying updating ubuntu and perl
  • Loading branch information
0x400080 authored Nov 27, 2024
1 parent 2942006 commit 5200ee3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ name: Run Tests

on: pull_request

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

jobs:
run_tests:
name: Run Tests
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: perl:5.28.1
image: perl:5.40.0
steps:
- uses: actions/checkout@v3
- name: Install system dependencies
Expand Down

0 comments on commit 5200ee3

Please sign in to comment.