Skip to content

Commit

Permalink
CI Ubuntu upgrade from 20.04 to 22.04 and disable macos
Browse files Browse the repository at this point in the history
Avoid rm *
  • Loading branch information
yungyuc committed Nov 16, 2022
1 parent 0380a84 commit cb5a114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/writing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, macos-10.15]
os: [ubuntu-22.04]

fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion writing/2021/pyboost11/code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ test: modpyb$(pyextsuffix) modbpy$(pyextsuffix)

.PHONY: clean
clean:
rm -rf __pycache__ *.pyc *.pyo build *$(pyextsuffix)
rm -rf __pycache__ *.pyc *.pyo build *.so *.dylib

0 comments on commit cb5a114

Please sign in to comment.