Skip to content

Commit

Permalink
Update OS list for exercises workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dango committed Feb 7, 2024
1 parent db7cbdd commit e3d393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exercises.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-22.04', 'macos-12', 'windows-2022']
os: ['ubuntu-22.04', 'macos-14']
name: Rakudo Star on ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit e3d393f

Please sign in to comment.