Skip to content

Commit

Permalink
also use old linux image
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Oct 18, 2024
1 parent 858ab20 commit 574b89f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os:
#- macOS-latest
- macOS-12
- ubuntu-latest
- ubuntu-20.04
python-version:
- "3.8"
- "3.9"
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Install Tinker
run: |
if [[ "$CI_OS" == 'ubuntu-latest' ]]; then
if [[ "$CI_OS" == 'ubuntu-20.04' ]]; then
wget https://dasher.wustl.edu/tinker/downloads/bin-linux-8.8.3.tar.gz -O tinker.tar.gz
fi
if [[ "$CI_OS" == 'macOS-12' ]]; then
Expand All @@ -74,12 +74,9 @@ jobs:
tar xvzf tinker.tar.gz &> untar.log
mkdir -p $GITHUB_WORKSPACE/opt/tinker/8.8.3
if [[ "$CI_OS" == 'ubuntu-latest' ]]; then
if [[ "$CI_OS" == 'ubuntu-20.04' ]]; then
mv bin-linux $GITHUB_WORKSPACE/opt/tinker/8.8.3/bin
fi
#if [[ "$CI_OS" == 'macOS-latest' ]]; then
# mv bin-macos $GITHUB_WORKSPACE/opt/tinker/8.8.3/bin
#fi
if [[ "$CI_OS" == 'macOS-12' ]]; then
mv bin-macos $GITHUB_WORKSPACE/opt/tinker/8.8.3/bin
fi
Expand Down

0 comments on commit 574b89f

Please sign in to comment.