Skip to content

Commit 999e2c7

Browse files
committed
Update action to use current runners
1 parent 96bda24 commit 999e2c7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/manual_cli_test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
# fail-fast: Default is true, switch to false to allow one platform to fail and still run others
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-20.04, ubuntu-22.04, windows-2022, macos-13, macos-arm64]
22+
os: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-15-intel, macos-arm64]
2323
include:
24-
- os: ubuntu-20.04
24+
- os: ubuntu-24.04
2525
SELF_HOSTED: false
2626
PLATFORM_NAME: Linux
2727
BINARY_EXT: deb
@@ -36,12 +36,12 @@ jobs:
3636
PLATFORM_NAME: Windows
3737
BINARY_EXT: exe
3838
COMPRESSED_EXT: zip
39-
- os: macos-13
39+
- os: macos-15-intel
4040
SELF_HOSTED: false
4141
PLATFORM_NAME: Darwin
4242
BINARY_EXT: dmg
4343
COMPRESSED_EXT: tar.gz
44-
MACOSX_DEPLOYMENT_TARGET: 11.0
44+
MACOSX_DEPLOYMENT_TARGET: 13.0
4545
- os: macos-arm64
4646
SELF_HOSTED: true
4747
PLATFORM_NAME: Darwin
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Download binary installer
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v5
5555
id: downloader
5656
with:
5757
pattern: OpenStudioApplication-*-${{ matrix.os }}.${{ matrix.COMPRESSED_EXT }}

0 commit comments

Comments
 (0)