Skip to content

Commit

Permalink
fix worker for 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Oct 17, 2023
1 parent ba6ded7 commit 7a704e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bin-package-18.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
jobs:
builder:
name: builder
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container: ubuntu:18.04
steps:
- name: Checkout code into the Go module directory
uses: actions/checkout@v1
Expand Down

0 comments on commit 7a704e4

Please sign in to comment.