Skip to content

Commit

Permalink
Fix github actions to macos-latest=macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Apr 23, 2024
1 parent af1dd1d commit 04c1a99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 39 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/testing.yml
@@ -1,6 +1,12 @@
name: testing

on: [push, pull_request]
on:
push:
branches:
- main
- 'version-**'
tags: "*"
pull_request:

jobs:
build-test-cmake:
Expand All @@ -9,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'macos-latest-xlarge']
os: ['ubuntu-latest', 'macos-13', 'macos-latest']

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -53,12 +59,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'macos-latest-xlarge']
os: ['ubuntu-latest', 'macos-13', 'macos-latest']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- os: macos-latest-xlarge
- os: macos-latest
python: '3.8'
- os: macos-latest-xlarge
- os: macos-latest
python: '3.9'

runs-on: ${{ matrix.os }}
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/windows.yml

This file was deleted.

0 comments on commit 04c1a99

Please sign in to comment.