Skip to content

Commit

Permalink
Add new OSes available for GitHub actions runners #176
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Dec 9, 2024
1 parent 8f3c9f8 commit db15fd5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13 ]
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15 ]
steps:
- uses: actions/checkout@v3

Expand All @@ -27,16 +27,16 @@ jobs:
# https://github.com/cross-platform-actions/action
# https://github.com/marketplace/actions/cross-platform-action
freebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: "Tests on FreeBSD"
steps:
- uses: actions/checkout@v3
- name: Tests in FreeBSD
- uses: actions/checkout@v4
- name: 'Tests in FreeBSD'
id: test
uses: cross-platform-actions/action@v0.21.0
uses: cross-platform-actions/action@v0.26.0
with:
operating_system: freebsd
version: '13.2'
version: '14.2'
shell: sh
run: |
sudo pkg install -y curl
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-11, macos-12, macos-13 ]
os: [ macos-13, macos-14, macos-15 ]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit db15fd5

Please sign in to comment.