Skip to content

Commit 01565b3

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Now use fixed version of Github Actions images.
1 parent 291b960 commit 01565b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
strategy:
1717
matrix:
18-
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
18+
os: ["windows-2022", "ubuntu-24.04", "macos-14"]
1919

2020
steps:
2121
- name: Checkout repository

0 commit comments

Comments
 (0)