Skip to content

Commit bd5c0d1

Browse files
add back ci.yml
1 parent 1dad3c7 commit bd5c0d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ on:
2323

2424
jobs:
2525
buid-and-test:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04
2727

2828
strategy:
2929
fail-fast: false
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3333

3434
- name: Set up Python 3.10
35-
uses: actions/setup-python@v3
35+
uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
3636
with:
3737
python-version: '3.10'
3838

0 commit comments

Comments
 (0)