Skip to content

Commit

Permalink
Merge pull request #332 from PJK/ci
Browse files Browse the repository at this point in the history
Update CI configs
  • Loading branch information
PJK authored Oct 29, 2024
2 parents a0582ab + 2cb5421 commit b79252b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ orbs:
jobs:
static-test:
machine: &default-machine
image: ubuntu-2204:2023.07.2
image: ubuntu-2204:current
environment:
TOOLCHAIN_PACKAGES: g++
steps:
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

build-bazel:
machine:
image: ubuntu-2204:2023.07.2
<<: *default-machine
environment:
TOOLCHAIN_PACKAGES: g++
steps:
Expand Down
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ freebsd_task:
- ctest -VV
matrix:
# From gcloud compute images list --project freebsd-org-cloud-dev --no-standard-images
- name: freebsd-13-2
- name: freebsd-13-4
freebsd_instance:
image_family: freebsd-13-2
- name: freebsd-14-0
image_family: freebsd-13-4
- name: freebsd-14-1
freebsd_instance:
image_family: freebsd-14-0
image_family: freebsd-14-1
- name: freebsd-15-0-snap
freebsd_instance:
image_family: freebsd-15-0-snap
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fuzz-seconds: 10
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fuzz-seconds: 14400 # 4 hours
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: artifacts
Expand Down

0 comments on commit b79252b

Please sign in to comment.