Skip to content

Commit

Permalink
ci: update examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho authored Jun 9, 2024
1 parent d12cc52 commit 34953fb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@ jobs:
- runs_on: ubuntu-latest
arch: x86_64
os: linux
frida_version: "16.0.13"
frida_version: "16.3.3"
- runs_on: macos-latest
arch: x86_64
os: macos
frida_version: "16.0.13"
frida_version: "16.3.3"
runs-on: ${{ matrix.runs_on }}
env:
GODEBUG: cgocheck=2
GOEXPERIMENT: cgocheck2
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: '^1.22.x'
- uses: ./.github/actions/install-frida-go-examples
- uses: ./.github/actions/install-frida-devkit
with:
Expand Down

0 comments on commit 34953fb

Please sign in to comment.