Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz authored Oct 5, 2024
1 parent ce4f25b commit b6b5f40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

test:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -34,14 +34,14 @@ jobs:
run: go test ./...

semantic-release:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.8.1'
node-version: 20

- name: Run semantic-release
if: github.repository == 'casbin/casbin-go-client' && github.event_name == 'push'
Expand Down

0 comments on commit b6b5f40

Please sign in to comment.