Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 08dd7d4

Browse files
committed
[CI] use macos-13
1 parent 17506cb commit 08dd7d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ macos-latest, windows-latest, ubuntu-22.04 ]
13+
os: [ macos-13, windows-latest, ubuntu-22.04 ]
1414
arch: [ x64, arm64 ]
1515
exclude:
16-
- os: macos-latest
16+
- os: macos-13
1717
arch: arm64
1818
- os: windows-latest
1919
arch: arm64
@@ -58,7 +58,7 @@ jobs:
5858
run: bash ./build_scripts/unix.sh
5959

6060
- name: Build OctoBot Binary on MacOS
61-
if: matrix.os == 'macos-latest'
61+
if: matrix.os == 'macos-13'
6262
env:
6363
GH_REPO: Drakkar-Software/OctoBot-Tentacles
6464
OCTOBOT_GH_REPO: https://github.com/Drakkar-Software/OctoBot.git
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Upload OctoBot Binary on MacOS
8383
uses: actions/upload-artifact@v3
84-
if: matrix.os == 'macos-latest'
84+
if: matrix.os == 'macos-13'
8585
with:
8686
name: OctoBot_macos_${{ matrix.arch }}
8787
path: OctoBot/OctoBot_${{ matrix.arch }}

0 commit comments

Comments
 (0)