Skip to content

Commit

Permalink
ci: freeze macos runners at 13
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Feb 8, 2024
1 parent b42e6c8 commit 06eabd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
fail-fast: false
matrix:
python: ["3.11"]
runs-on: macos-latest
os: [macos-13]
runs-on: ${{ matrix.os }}
timeout-minutes: 120
steps:
- name: Install Multipass
Expand Down Expand Up @@ -65,7 +66,8 @@ jobs:
fail-fast: false
matrix:
python: ["3.11"]
runs-on: macos-latest
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Install Multipass
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,11 @@ jobs:
sg lxd -c ".tox/.tox/bin/tox run --skip-pkg-install --no-list-dependencies --colored yes -e integration-${{ matrix.python.tox-version }}"
integration-smoketests-macos:
strategy:
fail-fast: false
matrix:
python: ["3.11"]
runs-on: macos-latest
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Install Multipass
run: |
Expand Down

0 comments on commit 06eabd4

Please sign in to comment.