Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed Nov 4, 2023
1 parent a9e2cbb commit 446168c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 79 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: macos-12

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: 'true'

Expand All @@ -21,7 +21,7 @@ jobs:
run: GOOS=freebsd go test -c ./...

- name: Test
uses: cross-platform-actions/action@v0.20.0
uses: cross-platform-actions/action@v0.21.1
with:
operating_system: freebsd
version: '13.2'
Expand Down
76 changes: 0 additions & 76 deletions .github/workflows/codeql.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: 'true'

Expand Down

0 comments on commit 446168c

Please sign in to comment.