Skip to content

Commit 716fae0

Browse files
authored
ci: Fix CI (#4)
1 parent a4c1217 commit 716fae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build_devcontainer:
1212
name: Build (Devcontainer)
13-
run-on: ubuntu-latest
13+
runs-on: ubuntu-latest
1414
env:
1515
TAG: cpython-devcontainer:1.0.0-${{ github.run_id }}
1616
steps:

0 commit comments

Comments
 (0)