Skip to content

Commit e826a01

Browse files
committed
update Windows and macOS runners
1 parent f328dd9 commit e826a01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,14 @@ jobs:
126126
echo "GTEST=$GTEST" >> $GITHUB_ENV
127127
SSCDIR=$GITHUB_WORKSPACE/ssc
128128
echo "SSCDIR=$SSCDIR" >> $GITHUB_ENV
129-
ORTOOLSDIR=$GITHUB_WORKSPACE/or-tools_arm64_macOS-15.5_cpp_v$ORTOOLS_VER.$ORTOOLS_RELEASE
129+
ORTOOLSDIR=$GITHUB_WORKSPACE/or-tools_x86_64_macOS-15.5_cpp_v$ORTOOLS_VER.$ORTOOLS_RELEASE
130130
echo "ORTOOLSDIR=$ORTOOLSDIR" >> $GITHUB_ENV
131131
132132
- name: Download OR-Tools
133133
if: steps.cached-ortools-restore.outputs.cache-hit != 'true'
134134
shell: bash
135135
run: |
136-
curl -L https://github.com/google/or-tools/releases/download/v$ORTOOLS_VER/or-tools_arm64_macOS-15.5_cpp_v$ORTOOLS_VER.$ORTOOLS_RELEASE.tar.gz -o or-tools-$ORTOOLS_VER.tar.gz
136+
curl -L https://github.com/google/or-tools/releases/download/v$ORTOOLS_VER/or-tools_x86_64_macOS-15.5_cpp_v$ORTOOLS_VER.$ORTOOLS_RELEASE.tar.gz -o or-tools-$ORTOOLS_VER.tar.gz
137137
tar xvzf or-tools-$ORTOOLS_VER.tar.gz
138138
139139
- name: Get cached GTest
@@ -252,8 +252,8 @@ jobs:
252252
if: steps.cached-ortools-restore.outputs.cache-hit != 'true'
253253
shell: bash
254254
run: |
255-
curl -L https://github.com/google/or-tools/releases/download/v$ORTOOLS_VER/or-tools_x64_VisualStudio2022_cpp_v$ORTOOLS_VER.$ORTOOLS_RELEASE.zip -o or-tools-$ORTOOLS_VER.zip
256-
tar xvzf or-tools-$ORTOOLS_VER.zip
255+
curl -L https://github.com/google/or-tools/releases/download/v$ORTOOLS_VER/or-tools_x64_VisualStudio2022_cpp_v$ORTOOLS_VER.$ORTOOLS_RELEASE.zip
256+
tar xvzf or-tools_x64_VisualStudio2022_cpp_v$ORTOOLS_VER.$ORTOOLS_RELEASE.zip
257257
258258
- name: Get cached GTest
259259
uses: actions/cache@v4

0 commit comments

Comments
 (0)