Skip to content

Commit

Permalink
macos-11 no longer supported on github
Browse files Browse the repository at this point in the history
dalehenrich committed Jul 25, 2024
1 parent b12b142 commit e69e3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -15,14 +15,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-11 ]
os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-12 ]
gsvers: [ 3.7.0, 3.7.1 ]
runs-on: ${{ matrix.os }}
env:
GS_VERS: ${{ matrix.gsvers }}
PLATFORM: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: setup-superDoit
uses: dalehenrich/setup-superDoit@v3
with:

0 comments on commit e69e3ff

Please sign in to comment.