Skip to content

Commit

Permalink
Update branch to main and newer OS versions
Browse files Browse the repository at this point in the history
Update to Ubuntu 22.04 and macOS 12 to fix CI.
  • Loading branch information
mbrukman committed May 24, 2024
1 parent 74847e7 commit f15f76d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ name: "Build & test"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
strategy:
matrix:
os: [ 'ubuntu-20.04', 'macos-10.15' ]
os: [ 'ubuntu-22.04', 'macos-12' ]

name: Running on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f15f76d

Please sign in to comment.