Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodian committed Dec 8, 2024
1 parent d3ad940 commit 2de062b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Build
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Setup runtime
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 2de062b

Please sign in to comment.