bump versions

- upgrade runners to ubuntu-24.04, macOS-15-intel, and windows-2025
- upgrade to GHC 9.10.3
- add lts-24 to resolver.yaml
This commit is contained in:
Zachary Snow
2025-11-01 21:32:56 -04:00
parent 80a2f0cf68
commit 60c0819bf4
6 changed files with 123 additions and 34 deletions
+6 -6
View File
@@ -18,9 +18,9 @@ jobs:
strategy:
matrix:
os:
- ubuntu-22.04
- macOS-13
- windows-2022
- ubuntu-24.04
- macOS-15-intel
- windows-2025
steps:
- uses: actions/checkout@v4
with:
@@ -45,8 +45,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-22.04
- macOS-13
- ubuntu-24.04
- macOS-15-intel
needs: build
env:
IVERILOG_REF: cbdaa865a10ce69d7c528cb2aa4c571641de0c62
@@ -104,7 +104,7 @@ jobs:
release:
permissions:
contents: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
name: [macOS, Linux, Windows]
+1 -1
View File
@@ -11,7 +11,7 @@ on:
- NOTICE
jobs:
notice:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Regenerate NOTICE
+2 -1
View File
@@ -8,12 +8,13 @@ on:
- cron: '0 0 * * 0'
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
resolver:
- nightly
- lts-24
- lts-23
- lts-22
- lts-21