Skip to content

Commit

Permalink
stable/20240000: workflows: copy verions from current master.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed May 31, 2024
1 parent d59008a commit b4da156
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/conda-ubuntu-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
# os: ["ubuntu-latest", "macos-latest"] 2024-04-26 macos-latest failing
# Error: No installed conda 'base' environment found ...; see
# https://github.com/coin-or/CppAD/actions/runs/8834404014/job/24281915299

os: ["ubuntu-latest"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Checkout submodules
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-windows-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
compiler: clang-cl

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Checkout submodules
run: |
git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-windows-eigen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: windows-2019

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: conda_env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-windows-v142.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
os: windows-2019

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Checkout submodules
run: |
git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ ubuntu-latest, macos-latest ]
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: set debug_which
run: |
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uraimo_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distro: alpine_latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Checkout uraimo
uses: uraimo/run-on-arch-action@v2
- name: set debug_which
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand Down

0 comments on commit b4da156

Please sign in to comment.