Skip to content

Commit 4279a37

Browse files
authored
Change runner to ubuntu-latest for CI workflow
1 parent 38b138e commit 4279a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defaults:
2323
jobs:
2424
build_container_and_push:
2525
name: Build and push (${{ matrix.dockerfile }})
26-
runs-on: X64
26+
runs-on: ubuntu-latest
2727

2828
if: >-
2929
github.repository == 'deepmodeling/abacus-develop' &&

0 commit comments

Comments
 (0)